[issue26940] android: test_importlib 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 ___

[issue26940] android: test_importlib hangs on armv7

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

[issue26940] android: test_importlib hangs on armv7

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

[issue26940] android: test_importlib 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:

[issue26940] android: test_importlib 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

[issue26940] android: test_importlib hangs on armv7

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