Skip to content

Recommend renaming python file if python file it overwrites builtins #8195

Closed

Description

We find that a lot of users run into this when creating python files using reserved names like sys.py/os.py/random.py.
As a result Python runtime will import the user defined files and it could fall over.

Solution:
If kernel startup fails and we detect such a scenario then recommend renaming that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions