https://github.com/python/cpython
Revision 1d3225ae056245da75e4a443ccafcc8f4f982cf2 authored by Malcolm Smith on 05 April 2024, 20:57:36 UTC, committed by GitHub on 05 April 2024, 20:57:36 UTC
- re-enable test_fcntl_64_bit on Linux aarch64, but disable it on all
  Android ABIs
- use support.setswitchinterval in all relevant tests
- skip test_fma_zero_result on Android x86_64
- accept EACCES when calling os.get_terminal_size on Android
1 parent 6150bb2
Raw File
Tip revision: 1d3225ae056245da75e4a443ccafcc8f4f982cf2 authored by Malcolm Smith on 05 April 2024, 20:57:36 UTC
gh-116622: Test updates for Android (#117299)
Tip revision: 1d3225a
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top