Message71143
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. |
|
Date |
User |
Action |
Args |
2008-08-14 19:06:46 | theller | set | recipients:
+ theller, kevinwatters |
2008-08-14 19:06:46 | theller | set | messageid: <1218740806.22.0.24453974584.issue3554@psf.upfronthosting.co.za> |
2008-08-14 19:06:45 | theller | link | issue3554 messages |
2008-08-14 19:06:45 | theller | create | |
|