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 izbyshev
Recipients izbyshev, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-03-08.17:24:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520529880.97.0.467229070634.issue33030@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, GetLastError() docs[1] officially scare us:

Most functions that set the thread's last-error code set it when they fail. However, some functions also set the last-error code when they succeed. If the function is not documented to set the last-error code, the value returned by this function is simply the most recent last-error code to have been set; some functions set the last-error code to 0 on success and others do not.

[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms679360(v=vs.85).aspx
History
Date User Action Args
2018-03-08 17:24:41izbyshevsetrecipients: + izbyshev, paul.moore, tim.golden, zach.ware, steve.dower
2018-03-08 17:24:40izbyshevsetmessageid: <1520529880.97.0.467229070634.issue33030@psf.upfronthosting.co.za>
2018-03-08 17:24:40izbyshevlinkissue33030 messages
2018-03-08 17:24:40izbyshevcreate