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 vstinner
Recipients jerry.seutter, r.david.murray, vstinner
Date 2010-02-26.22:53:58
SpamBayes Score 9.212076e-13
Marked as misclassified No
Message-id <1267224841.19.0.531646354322.issue7449@psf.upfronthosting.co.za>
In-reply-to
Content
Comments about nothreads.patch. There are unrelated changes:

Lib/test/test_xmlrpc.py:
-        p = xmlrpclib.ServerProxy(URL, transport=t)
+        p = xmlrpclib.ServerProxy('http:', transport=t)

Lib/test/test_macostools.py	(working copy)
-        try:
-            os.unlink(TESTFN2)
-        except:
-            pass

Or you should explain me why you changed that :-)

Why not using test_support.import_module('threading') in test_xmlrpc.py, test_file2k.py, etc.?

I don't like importing a module in a function: you should use test_support.import_module('threading') in test_io.py, test_logging.py, test_capi.py, etc.

skip_if_no() function name is a little bit too generic. I don't have any suggestion.
History
Date User Action Args
2010-02-26 22:54:01vstinnersetrecipients: + vstinner, jerry.seutter, r.david.murray
2010-02-26 22:54:01vstinnersetmessageid: <1267224841.19.0.531646354322.issue7449@psf.upfronthosting.co.za>
2010-02-26 22:53:58vstinnerlinkissue7449 messages
2010-02-26 22:53:58vstinnercreate