badness in python 2?

Neil Schemenauer nas at arctrix.com
Wed Nov 15 12:16:04 EST 2000


On Wed, Nov 15, 2000 at 02:22:34PM -0500, D-Man wrote:
> Is this a problem with python or gcc 2.96?
> 
> /usr/lib/python2.0/config/libpython2.0.a(posixmodule.o): In function `posix_tmpnam':
> /usr/src/redhat/BUILD/Python-2.0/Modules/./posixmodule.c:4106: the use of `tmpnam_r' is dangerous, better use `mkstemp'
> /usr/lib/python2.0/config/libpython2.0.a(posixmodule.o): In function `posix_tempnam':
> /usr/src/redhat/BUILD/Python-2.0/Modules/./posixmodule.c:4062: the use of `tempnam' is dangerous, better use `mkstemp'
> 
> 
> These errors won't let a particular app that embeds python compile.

Those are warnings.  You must have some other problem.

  Neil




More information about the Python-list mailing list