Message241412
Guillaume already mentioned this, its still causing a Fatal Error. To fix this PyThreadState_GET() in Py_TRASHCAN_SAFE_BEGIN must be replaced with _PyThreadState_Current
#define Py_TRASHCAN_SAFE_BEGIN(op) \
do { \
PyThreadState *_tstate = _PyThreadState_Current; \ |
|
Date |
User |
Action |
Args |
2015-04-18 12:06:51 | m_python | set | recipients:
+ m_python, lemburg, amaury.forgeotdarc, pitrou, benjamin.peterson, python-dev, flex.plexico |
2015-04-18 12:06:50 | m_python | set | messageid: <1429358810.98.0.614226374782.issue17703@psf.upfronthosting.co.za> |
2015-04-18 12:06:50 | m_python | link | issue17703 messages |
2015-04-18 12:06:50 | m_python | create | |
|