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 ZackerySpytz, eryksun, izbyshev, lukasz.langa, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2019-09-16.02:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568600971.78.0.0922773929356.issue32592@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-09-16 02:29:31eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, vstinner, tim.golden, lukasz.langa, zach.ware, steve.dower, izbyshev, ZackerySpytz
2019-09-16 02:29:31eryksunsetmessageid: <1568600971.78.0.0922773929356.issue32592@roundup.psfhosted.org>
2019-09-16 02:29:31eryksunlinkissue32592 messages
2019-09-16 02:29:31eryksuncreate