[issue22853] Multiprocessing.Queue._feed deadlocks on import

Serhiy Storchaka report at bugs.python.org
Fri Mar 6 21:49:04 CET 2015


Serhiy Storchaka added the comment:

As for 3.x, underscored test does not run, and when remove the underscore it runs, but produce a warning (you should run regrtests with -vv to see detailed warnings):

$ ./python -m test.regrtest -vv -m '*no_import_lock_contention*' test_multiprocessing_spawn
...
Warning -- threading._dangling was modified by test_multiprocessing_spawn
  Before: <_weakrefset.WeakSet object at 0xb6a960ac>
  After:  <_weakrefset.WeakSet object at 0xb6c4cc0c> 
1 test altered the execution environment:
    test_multiprocessing_spawn

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22853>
_______________________________________


More information about the Python-bugs-list mailing list