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 theller
Recipients kevinwatters, theller
Date 2008-08-14.19:06:45
SpamBayes Score 6.120353e-05
Marked as misclassified No
Message-id <1218740806.22.0.24453974584.issue3554@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch!  Indeed, when PyString_FromString or PyUnicode_FromWideChar
fail, Python crashes with
  Fatal Python error: PyThreadState_Get: no current thread
in a debug build, and an access violation in a release build (tested on
Windows).

Also, your patch suggestion is absolutely correct and fixes the problem.
History
Date User Action Args
2008-08-14 19:06:46thellersetrecipients: + theller, kevinwatters
2008-08-14 19:06:46thellersetmessageid: <1218740806.22.0.24453974584.issue3554@psf.upfronthosting.co.za>
2008-08-14 19:06:45thellerlinkissue3554 messages
2008-08-14 19:06:45thellercreate