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 flox
Recipients djc, flox
Date 2010-01-10.11:05:10
SpamBayes Score 4.7496924e-05
Marked as misclassified No
Message-id <1263121512.42.0.674523198984.issue6965@psf.upfronthosting.co.za>
In-reply-to
Content
I get similar warnings while building on Debian AMD64:

(...)
libpython2.7.a(posixmodule.o): In function `posix_tmpnam':
./Modules/posixmodule.c:7193: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
libpython2.7.a(posixmodule.o): In function `posix_tempnam':
./Modules/posixmodule.c:7148: warning: the use of `tempnam' is dangerous, better use `mkstemp'
(...)
History
Date User Action Args
2010-01-10 11:05:12floxsetrecipients: + flox, djc
2010-01-10 11:05:12floxsetmessageid: <1263121512.42.0.674523198984.issue6965@psf.upfronthosting.co.za>
2010-01-10 11:05:11floxlinkissue6965 messages
2010-01-10 11:05:10floxcreate