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 eryksun
Recipients Claudiu.Popa, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-02-24.17:11:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614186696.77.0.26444851223.issue22080@roundup.psfhosted.org>
In-reply-to
Content
I rewrote windows_helper.py with cleaner ctypes code, better error handling, the correct implementation of restoring the previous privilege state, and without leaking the handle for the process token. It's kind of limited as a "Windows helper" module. It's just handling privileges, at least for now. This helper was intended to help with testing bpo-21518 (add winreg.UnLoadKey), another contribution from Claudiu.
History
Date User Action Args
2021-02-24 17:11:36eryksunsetrecipients: + eryksun, paul.moore, tim.golden, Claudiu.Popa, zach.ware, steve.dower
2021-02-24 17:11:36eryksunsetmessageid: <1614186696.77.0.26444851223.issue22080@roundup.psfhosted.org>
2021-02-24 17:11:36eryksunlinkissue22080 messages
2021-02-24 17:11:36eryksuncreate