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 vstinner
Recipients Arfrever, akira, blueyed, iritkatriel, ned.deily, pefu, serhiy.storchaka, vstinner
Date 2021-08-30.15:08:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630336139.57.0.0512696550972.issue20658@roundup.psfhosted.org>
In-reply-to
Content
For the very specific case of os.environ.clear(), the C function clearenv() could be used if available.

While clearenv() is available in the glibc, it's not a POSIX function.
History
Date User Action Args
2021-08-30 15:08:59vstinnersetrecipients: + vstinner, pefu, blueyed, ned.deily, Arfrever, akira, serhiy.storchaka, iritkatriel
2021-08-30 15:08:59vstinnersetmessageid: <1630336139.57.0.0512696550972.issue20658@roundup.psfhosted.org>
2021-08-30 15:08:59vstinnerlinkissue20658 messages
2021-08-30 15:08:59vstinnercreate