Hi Amaury, On Mon, Jun 6, 2011 at 3:55 PM, Amaury Forgeot d'Arc <[email protected]> wrote: > Also ensure that the warning message points to the *caller* of os.tempnam(). > (I don't remember whether applevel functions are visible in the Traceback)
They aren't; sys._getframe() ignores them completely. Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
