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 pitrou
Recipients DaVinci, pitrou, r.david.murray, terry.reedy
Date 2012-12-28.22:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356732976.55.0.236514017111.issue16749@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the error message comes from a misuse of the PyEval_RestoreThread() (by passing it a NULL argument), either directly or by using another API such as Py_END_ALLOW_THREADS which calls that function. The problem is likely to be in the Solidoodle extension. Whatever the source of the problem, though, only a low-level C traceback would allow to tell.

I agree with closing, stock Python is very unlikely to produce such tracebacks.
History
Date User Action Args
2012-12-28 22:16:16pitrousetrecipients: + pitrou, terry.reedy, r.david.murray, DaVinci
2012-12-28 22:16:16pitrousetmessageid: <1356732976.55.0.236514017111.issue16749@psf.upfronthosting.co.za>
2012-12-28 22:16:16pitroulinkissue16749 messages
2012-12-28 22:16:16pitroucreate