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 pitrou, vstinner
Date 2008-08-20.14:04:32
SpamBayes Score 0.037819516
Marked as misclassified No
Message-id <1219241074.13.0.577528372803.issue3618@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I forgot to update PyInit__Thread() with my new time:
 - Add PyType_Ready()
 - Register RLockType to threading dict

Here is the new patch
History
Date User Action Args
2008-08-20 14:04:34vstinnersetrecipients: + vstinner, pitrou
2008-08-20 14:04:34vstinnersetmessageid: <1219241074.13.0.577528372803.issue3618@psf.upfronthosting.co.za>
2008-08-20 14:04:33vstinnerlinkissue3618 messages
2008-08-20 14:04:33vstinnercreate