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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-02-02.18:14:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643825646.98.0.404653154913.issue46616@roundup.psfhosted.org>
In-reply-to
Content
When running test_importlib.test_windows, it may create registry keys that previously didn't exist. These keys are not fully cleaned up.

Detect if the full key is created and then delete it after the test. If it existed, only delete the specific test key.
History
Date User Action Args
2022-02-02 18:14:07steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2022-02-02 18:14:06steve.dowersetmessageid: <1643825646.98.0.404653154913.issue46616@roundup.psfhosted.org>
2022-02-02 18:14:06steve.dowerlinkissue46616 messages
2022-02-02 18:14:06steve.dowercreate