[issue17880] `tmpnam_r' is dangerous, better use `mkstemp'

Christian Heimes report at bugs.python.org
Tue Apr 30 14:09:26 CEST 2013


Christian Heimes added the comment:

Please ignore the linker warning. tmpnam_r has been removed from Python 3.x. It's still available in 2.7 for legacy reasons and marked as dangerous in our docs http://docs.python.org/2.7/library/os.html#os.tempnam

----------
nosy: +christian.heimes
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17880>
_______________________________________


More information about the Python-bugs-list mailing list