STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20037>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to