[pypy-issue] [issue1518] setting PYTHONINSPECT during a script run won't start interactive mode in pypy

Carl Friedrich Bolz tracker at bugs.pypy.org
Tue Jun 18 13:36:21 CEST 2013


New submission from Carl Friedrich Bolz <cfbolz at gmx.de>:

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 <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1518>
________________________________________


More information about the pypy-issue mailing list