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 vstinner
Recipients gvanrossum, ncoghlan, pitrou, skrah, vstinner
Date 2013-12-21.13:52:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387633930.54.0.685095491227.issue20037@psf.upfronthosting.co.za>
In-reply-to
Content
iostate_shutdown.patch: "_PyIO_State *state = IO_STATE;" looks weird to me. The macro should be take parenthesis: "_PyIO_State *state = IO_STATE();". When I read IO_STATE, it looks like a global variable, whereas it does call a real function.
History
Date User Action Args
2013-12-21 13:52:10vstinnersetrecipients: + vstinner, gvanrossum, ncoghlan, pitrou, skrah
2013-12-21 13:52:10vstinnersetmessageid: <1387633930.54.0.685095491227.issue20037@psf.upfronthosting.co.za>
2013-12-21 13:52:10vstinnerlinkissue20037 messages
2013-12-21 13:52:10vstinnercreate