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 neologix
Recipients amaury.forgeotdarc, ezio.melotti, neologix, python-dev, vstinner
Date 2011-11-23.08:22:43
SpamBayes Score 0.019314058
Marked as misclassified No
Message-id <1322036564.06.0.203133673468.issue13415@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, it looks like unsetenv() has no return value on Mac OS X Tiger

And neither does FreeBSD < 7:
http://python.org/dev/buildbot/all/builders/x86%20FreeBSD%206.4%203.x/builds/2015/steps/compile/logs/stdio

Note that ignoring unsetenv() return value is a bad idea:
http://xorl.wordpress.com/category/freebsd/page/2/

We could maybe add a configure-time check.
History
Date User Action Args
2011-11-23 08:22:44neologixsetrecipients: + neologix, amaury.forgeotdarc, vstinner, ezio.melotti, python-dev
2011-11-23 08:22:44neologixsetmessageid: <1322036564.06.0.203133673468.issue13415@psf.upfronthosting.co.za>
2011-11-23 08:22:43neologixlinkissue13415 messages
2011-11-23 08:22:43neologixcreate