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 sbt
Recipients Robin.Schreiber, astrand, effbot, loewis, sbt
Date 2012-08-20.13:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345468638.27.0.362108497589.issue15733@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-08-20 13:17:18sbtsetrecipients: + sbt, loewis, effbot, astrand, Robin.Schreiber
2012-08-20 13:17:18sbtsetmessageid: <1345468638.27.0.362108497589.issue15733@psf.upfronthosting.co.za>
2012-08-20 13:17:14sbtlinkissue15733 messages
2012-08-20 13:17:13sbtcreate