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 collinwinter
Recipients benjamin.peterson, collinwinter, nedds
Date 2008-10-01.09:05:08
SpamBayes Score 1.7162895e-08
Marked as misclassified No
Message-id <1222851910.45.0.634672527935.issue3448@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the only issue I recall was that the patch didn't work
out-of-the-box for Python 2.6 (changed imports, PEP 8 compliance changes
in the multiprocess module). Has that been fixed?

I disagree with Benjamin: this is an import speed increase, and I don't
see the point in adding the needless complexity of a subclass. The user
won't notice any difference, and anyone wanting to use this as a library
will want the faster version.
History
Date User Action Args
2008-10-01 09:05:10collinwintersetrecipients: + collinwinter, benjamin.peterson, nedds
2008-10-01 09:05:10collinwintersetmessageid: <1222851910.45.0.634672527935.issue3448@psf.upfronthosting.co.za>
2008-10-01 09:05:08collinwinterlinkissue3448 messages
2008-10-01 09:05:08collinwintercreate