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 eryksun
Recipients Tony Roberts, eryksun, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2018-06-19.16:34:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529426086.89.0.56676864532.issue33895@psf.upfronthosting.co.za>
In-reply-to
Content
In some of these cases, it would be simpler to just remove the explicit dynamic linking. 3.6+ doesn't support XP, so CancelIoEx, CreateSymbolicLinkW, RegDeleteKeyExW, RegDisableReflectionKey, RegEnableReflectionKey, and RegQueryReflectionKey can be linked implicitly. 3.7+ doesn't support Vista, in which case GetMaximumProcessorCount can be linked implicitly. (It should be GetActiveProcessorCount. See issue 33166.) OTOH, ShellExecuteExW is loaded explicitly on purpose to avoid a static dependency on shell32.dll.
History
Date User Action Args
2018-06-19 16:34:46eryksunsetrecipients: + eryksun, paul.moore, pitrou, tim.golden, zach.ware, steve.dower, Tony Roberts
2018-06-19 16:34:46eryksunsetmessageid: <1529426086.89.0.56676864532.issue33895@psf.upfronthosting.co.za>
2018-06-19 16:34:46eryksunlinkissue33895 messages
2018-06-19 16:34:46eryksuncreate