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 pitrou
Recipients djc, georg.brandl, pitrou
Date 2009-04-27.14:01:30
SpamBayes Score 5.2127725e-05
Marked as misclassified No
Message-id <1240840892.78.0.823943402828.issue5853@psf.upfronthosting.co.za>
In-reply-to
Content
The function monkeypatching hack should be replaced with something more
robust.
(what might happen here is that init() is first called from another
thread, sets `inited` to True and then crashes for whatever reason, so
guess_type() isn't actually monkeypatched)
History
Date User Action Args
2009-04-27 14:01:32pitrousetrecipients: + pitrou, georg.brandl, djc
2009-04-27 14:01:32pitrousetmessageid: <1240840892.78.0.823943402828.issue5853@psf.upfronthosting.co.za>
2009-04-27 14:01:31pitroulinkissue5853 messages
2009-04-27 14:01:31pitroucreate