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 Arfrever, neologix, pitrou, serhiy.storchaka, vstinner
Date 2013-11-04.20:28:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383596901.14.0.130178946733.issue19466@psf.upfronthosting.co.za>
In-reply-to
Content
I am referring to the following part of your patch:

+    /* Clear the state of the current thread */
+    PyThreadState_Clear(tstate);

You are clearing the thread state of the currently executing thread, which doesn't sound right.
History
Date User Action Args
2013-11-04 20:28:21pitrousetrecipients: + pitrou, vstinner, Arfrever, neologix, serhiy.storchaka
2013-11-04 20:28:21pitrousetmessageid: <1383596901.14.0.130178946733.issue19466@psf.upfronthosting.co.za>
2013-11-04 20:28:21pitroulinkissue19466 messages
2013-11-04 20:28:21pitroucreate