Eryk Sun <eryk...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32592>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to