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.

作者 vstinner
收信人 amaury.forgeotdarc, ezio.melotti, python-dev, vstinner
日期 2011-11-22.21:47:36
SpamBayes Score 0.013808663
Marked as misclassified
Message-id <1321998462.38.0.824845910665.issue13415@psf.upfronthosting.co.za>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-11-22 21:47:42vstinner修改recipients: + vstinner, amaury.forgeotdarc, ezio.melotti, python-dev
2011-11-22 21:47:42vstinner修改messageid: <1321998462.38.0.824845910665.issue13415@psf.upfronthosting.co.za>
2011-11-22 21:47:36vstinner链接issue13415 messages
2011-11-22 21:47:36vstinner创建