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 loewis
Recipients BreamoreBoy, barry, benjamin.peterson, donmez, loewis
Date 2010-09-12.13:49:38
SpamBayes Score 0.0012067899
Marked as misclassified No
Message-id <1284299380.2.0.120121146319.issue3402@psf.upfronthosting.co.za>
In-reply-to
Content
It should not hang anymore, since r84172/r84198. The issue was a GIL-based deadlock: the GIL was acquired and then not released in a callback function, so the next callback caused a deadlock.

The actual cause was a non-ASCII character in the NIS database which caused Unicode creation to fail in the callback.
History
Date User Action Args
2010-09-12 13:49:40loewissetrecipients: + loewis, barry, donmez, benjamin.peterson, BreamoreBoy
2010-09-12 13:49:40loewissetmessageid: <1284299380.2.0.120121146319.issue3402@psf.upfronthosting.co.za>
2010-09-12 13:49:38loewislinkissue3402 messages
2010-09-12 13:49:38loewiscreate