[issue32592] Drop support of Windows Vista and 7 in Python 3.9
Eryk Sun
report at bugs.python.org
Sun Sep 15 22:29:31 EDT 2019
Eryk Sun <eryksun at gmail.com> added the comment:
Here are a couple more:
* WSA_FLAG_NO_HANDLE_INHERIT is supported. Code related to `support_wsa_no_inherit` in Modules/socketmodule.c can be removed.
* AddDllDirectory and RemoveDllDirectory are supported. os__add_dll_directory_impl and os__remove_dll_directory_impl in Modules/posixmodule.c no longer need to manually link to them via GetModuleHandleW and GetProcAddress.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32592>
_______________________________________
More information about the Python-bugs-list
mailing list