Message108351
| Author |
skrah |
| Recipients |
janssen, ronaldoussoren, skrah, vstinner, yig |
| Date |
2010年06月22日.09:56:15 |
| SpamBayes Score |
0.0075601405 |
| Marked as misclassified |
No |
| Message-id |
<1277200577.7.0.504725041109.issue8621@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Bill, could you try to add this to the tests and see if they
also fail when you run them standalone?
Index: Lib/test/test_uuid.py
===================================================================
--- Lib/test/test_uuid.py (revision 82109)
+++ Lib/test/test_uuid.py (working copy)
@@ -479,4 +479,7 @@
test_support.run_unittest(TestUUID)
if __name__ == '__main__':
+ import threading
+ t = threading.Thread(target=lambda: None)
+ t.start()
test_main() |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2010年06月22日 09:56:17 | skrah | set | recipients:
+ skrah, ronaldoussoren, janssen, vstinner, yig |
| 2010年06月22日 09:56:17 | skrah | set | messageid: <1277200577.7.0.504725041109.issue8621@psf.upfronthosting.co.za> |
| 2010年06月22日 09:56:16 | skrah | link | issue8621 messages |
| 2010年06月22日 09:56:15 | skrah | create |
|