Message237379
| 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 |
|