Skip to content

Python 3.14 Debugging : PYTHONPATH causing hang #1967

@frbelotto

Description

@frbelotto

Hi guys!
Last days I was playing around the new python 3.14 bug I simply can´t run any script in debug mode!

Take a look!
Just a simple code!

from pydantic import BaseModel
class a(BaseModel):
    test: str
print("test")
Image Image

But a simple execution using vs code debbuging

Image Image

Tools:
Image

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions