]> granicus.if.org Git - python/commit
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)
authorZackery Spytz <zspytz@gmail.com>
Mon, 9 Sep 2019 09:35:08 +0000 (03:35 -0600)
committerSteve Dower <steve.dower@python.org>
Mon, 9 Sep 2019 09:35:08 +0000 (02:35 -0700)
commit19052a11314e7be7ba003fd6cdbb5400a5d77d96
treee4b97c122bf4794d957dff814563b6657ffd0630
parent5e5e9515029f70836003a8cfb30433166fcc8db7
bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)

winerror_to_errno() is no longer automatically generated.
Do not rely on the old _dosmapperr() function.
Add ERROR_NO_UNICODE_TRANSLATION (1113) -> EILSEQ.
Misc/NEWS.d/next/Windows/2019-08-30-15-15-22.bpo-37705.2o4NWW.rst [new file with mode: 0644]
PC/errmap.h
PC/generrmap.c [deleted file]