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 vstinner
Date 2008-10-15.01:01:57
SpamBayes Score 0.019398587
Marked as misclassified No
Message-id <1224032518.97.0.896050941251.issue4126@psf.upfronthosting.co.za>
In-reply-to
Content
while+strcmp() in _Py_unsetenv() is useless since we already get the 
pointer to the evil variable. The new patch is shorter.
History
Date User Action Args
2008-10-15 01:01:59vstinnersetrecipients: + vstinner
2008-10-15 01:01:58vstinnersetmessageid: <1224032518.97.0.896050941251.issue4126@psf.upfronthosting.co.za>
2008-10-15 01:01:58vstinnerlinkissue4126 messages
2008-10-15 01:01:57vstinnercreate