Closed jsirois closed 3 months ago
Previously PEXes did not behave like a Python interpreter when invoked with either -i or with PYTHONINSPECT=x; now they do.
-i
PYTHONINSPECT=x
Fixes #2249
Previously PEXes did not behave like a Python interpreter when invoked with either
-i
or withPYTHONINSPECT=x
; now they do.Fixes #2249