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 ZackerySpytz
Recipients ZackerySpytz, davin, eryksun, serhiy.storchaka, vstinner
Date 2019-05-28.21:18:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559078308.44.0.767218016004.issue36935@roundup.psfhosted.org>
In-reply-to
Content
The PR for bpo-33407 has been merged, so two warnings are now emitted in Modules/_winapi.c. I think it would be best to replace the two calls with PyErr_SetFromWindowsErr(0) (for now).

Eryk, I think a discussion on python-dev would be necessary for something like PyErr_SetExcFromWindowsErrWithWideCharFilename().
History
Date User Action Args
2019-05-28 21:18:28ZackerySpytzsetrecipients: + ZackerySpytz, vstinner, serhiy.storchaka, eryksun, davin
2019-05-28 21:18:28ZackerySpytzsetmessageid: <1559078308.44.0.767218016004.issue36935@roundup.psfhosted.org>
2019-05-28 21:18:28ZackerySpytzlinkissue36935 messages
2019-05-28 21:18:28ZackerySpytzcreate