This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients BreamoreBoy, davin, ffinkernagel, python-dev, sbt, serhiy.storchaka
Date 2015-03-06.20:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425674944.62.0.213466739083.issue22853@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-03-06 20:49:04serhiy.storchakasetrecipients: + serhiy.storchaka, BreamoreBoy, python-dev, sbt, ffinkernagel, davin
2015-03-06 20:49:04serhiy.storchakasetmessageid: <1425674944.62.0.213466739083.issue22853@psf.upfronthosting.co.za>
2015-03-06 20:49:04serhiy.storchakalinkissue22853 messages
2015-03-06 20:49:04serhiy.storchakacreate