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 matrixise
Recipients benjamin.peterson, matrixise
Date 2019-03-05.08:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551775181.42.0.282557914033.issue36192@roundup.psfhosted.org>
In-reply-to
Content
Hi,

I got these warning messages

/usr/bin/ld: libpython2.7.a(posixmodule.o): in function `posix_tmpnam':
/home/stephane/src/github.com/python/cpython/./Modules/posixmodule.c:7648: warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/bin/ld: libpython2.7.a(posixmodule.o): in function `posix_tempnam':
/home/stephane/src/github.com/python/cpython/./Modules/posixmodule.c:7595: warning: the use of `tempnam' is dangerous, better use `mkstemp'


Because the EOL of 2.7 is in 2020-01-01, do you think we should fix this issue?
History
Date User Action Args
2019-03-05 08:39:41matrixisesetrecipients: + matrixise, benjamin.peterson
2019-03-05 08:39:41matrixisesetmessageid: <1551775181.42.0.282557914033.issue36192@roundup.psfhosted.org>
2019-03-05 08:39:41matrixiselinkissue36192 messages
2019-03-05 08:39:41matrixisecreate