[issue26941] android: test_threading hangs on armv7

2016-12-08 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___

[issue26941] android: test_threading hangs on armv7

2016-12-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b64ba5604e48 by Xavier de Gaye in branch '3.6': Issue #26941: Fix test_threading that hangs on the Android armv7 qemu emulator. https://hg.python.org/cpython/rev/b64ba5604e48 New changeset 8688a664995c by Xavier de Gaye in branch 'default': Issue

[issue26941] android: test_threading hangs on armv7

2016-11-17 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- stage: patch review -> commit review ___ Python tracker ___

[issue26941] android: test_threading hangs on armv7

2016-10-28 Thread Xavier de Gaye
Xavier de Gaye added the comment: Adding a dependency to issue 26939. Patch attached. -- assignee: -> xdegaye components: +Tests -Library (Lib) dependencies: +android: test_functools hangs on armv7 keywords: +patch stage: -> patch review versions: +Python 3.7 Added file:

[issue26941] android: test_threading hangs on armv7

2016-05-06 Thread Xavier de Gaye
Xavier de Gaye added the comment: Adding the back trace. -- Added file: http://bugs.python.org/file42761/test_threading_gdb_bt.txt ___ Python tracker ___

[issue26941] android: test_threading hangs on armv7

2016-05-03 Thread Xavier de Gaye
Xavier de Gaye added the comment: Interestingly, all the tests (issues #26938, #26939, #26940 and #26941) that hang on arm use sys.setswitchinterval() aggressively. -- ___ Python tracker

[issue26941] android: test_threading hangs on armv7

2016-05-03 Thread Xavier de Gaye
New submission from Xavier de Gaye: test_threading hangs on an android emulator running an armv7 system image (but not on x86) at API level 21. The test suite hangs at test_is_alive_after_fork (test.test_threading.ThreadTests) ... A cause of this problem may be related to the fact that the