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 martin.panter
Recipients martin.panter, masamoto
Date 2016-10-19.23:37:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476920249.0.0.323743924928.issue28480@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch. I think an empty statement might be better than the dummy assignment. Let me know if the following would work and I will commit it:

   done:
+    ;  /* necessary for --without-threads flag */
     Py_END_ALLOW_THREADS
History
Date User Action Args
2016-10-19 23:37:29martin.pantersetrecipients: + martin.panter, masamoto
2016-10-19 23:37:28martin.pantersetmessageid: <1476920249.0.0.323743924928.issue28480@psf.upfronthosting.co.za>
2016-10-19 23:37:28martin.panterlinkissue28480 messages
2016-10-19 23:37:28martin.pantercreate