New submission from Carl Friedrich Bolz <[email protected]>:
The script below will start interactive mode in CPython, but not in pypy. (I
tried to debug it, but as usual I got confused what exactly putenv is supposed
to do).
import os
os.putenv("PYTHONINSPECT", "1")
----------
messages: 5872
nosy: cfbolz, pypy-issue
priority: bug
status: unread
title: setting PYTHONINSPECT during a script run won't start interactive mode
in pypy
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1518>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue