Message343819
| 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:28 | ZackerySpytz | set | recipients: + ZackerySpytz, vstinner, serhiy.storchaka, eryksun, davin |
| 2019-05-28 21:18:28 | ZackerySpytz | set | messageid: <1559078308.44.0.767218016004.issue36935@roundup.psfhosted.org> |
| 2019-05-28 21:18:28 | ZackerySpytz | link | issue36935 messages |
| 2019-05-28 21:18:28 | ZackerySpytz | create | |