[issue1666807] Incorrect file path reported by inspect.getabsfile()

2022-04-07 Thread Guido van Rossum
Guido van Rossum added the comment: @Ewout, the current workaround (until pydevd is fixed) is to add -Xfrozen_modules=off to the Python command line. -- ___ Python tracker

[issue1666807] Incorrect file path reported by inspect.getabsfile()

2022-04-07 Thread Ewout ter Hoeven
Ewout ter Hoeven added the comment: When running anything with a freshly installed version of Python 3.11.0a7 on 64-bit Windows, the following message is printed: --- pydev debugger: CRITICAL WARNING: This version of

[issue1666807] Incorrect file path reported by inspect.getabsfile()

2022-03-03 Thread Guido van Rossum
Guido van Rossum added the comment: So this bug is referenced when pydevd encounters some problem with 3.11a5+: https://github.com/fabioz/PyDev.Debugger/issues/213 Since the link to this bug is apparently baked into the error messages printed by pydevd, I am adding this comment to this old,