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 eryksun, giampaolo.rodola, izbyshev, vstinner
Date 2019-02-22.17:56:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550858181.63.0.727735761987.issue36067@roundup.psfhosted.org>
In-reply-to
Content
> Interesting. Because both errors/conditions are mapped to ERROR_INVALID_HANDLE we need the creation time. I can work on a patch for that.

I don't understand why any patch for CPython is needed at all. Using invalid handles is a serious programming bug (it's similar to using freed memory), so CPython doesn't really have to attempt to detect the programmer's error, at least not if this attempt significantly complicates  the existing code.

In my opinion, the CI failure linked in the first comment simply indicates a bug in psutil and is unrelated to CPython at all.
History
Date User Action Args
2019-02-22 17:56:21izbyshevsetrecipients: + izbyshev, vstinner, giampaolo.rodola, eryksun
2019-02-22 17:56:21izbyshevsetmessageid: <1550858181.63.0.727735761987.issue36067@roundup.psfhosted.org>
2019-02-22 17:56:21izbyshevlinkissue36067 messages
2019-02-22 17:56:21izbyshevcreate