Skip to content

3.252.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:30

Fixed

  • Detect the PyCharm debugger port when the interpreter runs with options
    before the script, such as python -X pycache_prefix=... pydevd.py. The
    layer looked for the script right after the interpreter, so it missed the
    port and sent the debugger connection to the target, leaving the IDE stuck
    waiting to attach.
    #4776