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 meilyadam
Recipients Kelvin You, amaury.forgeotdarc, belopolsky, eryksun, josh.r, meador.inge, meilyadam, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-23.13:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629724972.54.0.0652669057973.issue28474@roundup.psfhosted.org>
In-reply-to
Content
I can potentially take a stab at writing up a PR for this. I've also seen this affecting other locations that eventually call FormatMessage, including:

- ctypes.format_error() - this original issue
- os.strerror()
- OSError(winerror=X)

I will most likely look into fixing all three.
History
Date User Action Args
2021-08-23 13:22:52meilyadamsetrecipients: + meilyadam, paul.moore, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, eryksun, steve.dower, josh.r, Kelvin You
2021-08-23 13:22:52meilyadamsetmessageid: <1629724972.54.0.0652669057973.issue28474@roundup.psfhosted.org>
2021-08-23 13:22:52meilyadamlinkissue28474 messages
2021-08-23 13:22:52meilyadamcreate