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

Steffen Flemming report at bugs.python.org
Tue Apr 30 12:54:00 CEST 2013


New submission from Steffen Flemming:

/tmp/Python-2.7.3/./Modules/posixmodule.c:7432: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'

----------
components: Build
messages: 188152
nosy: u14183
priority: normal
severity: normal
status: open
title: `tmpnam_r' is dangerous, better use `mkstemp'
type: compile error
versions: Python 2.7

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


More information about the Python-bugs-list mailing list