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: <[email protected]> |
| 2008-08-14 19:06:45 | theller | link | issue3554 messages |
| 2008-08-14 19:06:45 | theller | create | |
|