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

http://www.python.org/dev/buildbot/all/builders/PPC%20Tiger%202.7/builds/100/steps/compile/logs/stdio

./Modules/posixmodule.c: In function 'posix_unsetenv':
./Modules/posixmodule.c:7052: error: void value not ignored as it ought to be
make: *** [Modules/posixmodule.o] Error 1
History
Date User Action Args
2011-11-22 21:47:42vstinnersetrecipients: + vstinner, amaury.forgeotdarc, ezio.melotti, python-dev
2011-11-22 21:47:42vstinnersetmessageid: <1321998462.38.0.824845910665.issue13415@psf.upfronthosting.co.za>
2011-11-22 21:47:36vstinnerlinkissue13415 messages
2011-11-22 21:47:36vstinnercreate