Richard Oudkerk added the comment:

I don't see why you made has_CancelIoEx part of the module state.  Availability 
of CancelIoEx only depends on the version of Windows you have, so it will not 
change if you reload the module.

BTW, I think you forgot to delete the has_CancelIoEx global, and to initialize 
winapi__state(m)->has_CancelIoEx to -1.

----------
nosy: +sbt

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

Reply via email to