-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os.PathLike is missing __slots__ #104898
Comments
barneygale
added a commit
to barneygale/cpython
that referenced
this issue
May 24, 2023
barneygale
added a commit
that referenced
this issue
May 25, 2023
barneygale
added a commit
to barneygale/cpython
that referenced
this issue
May 29, 2023
Subclassing `os.PathLike` rather than using `register()` makes initialisation slower, due to the additional `__isinstance__` work. This partially reverts commit bd1b622.
barneygale
added a commit
to barneygale/cpython
that referenced
this issue
May 29, 2023
Subclassing `os.PathLike` rather than using `register()` makes initialisation slower, due to the additional `__isinstance__` work. This partially reverts commit bd1b622.
barneygale
added a commit
that referenced
this issue
May 29, 2023
Subclassing `os.PathLike` rather than using `register()` makes initialisation slower, due to the additional `__isinstance__` work. This partially reverts commit bd1b622. Co-authored-by: Alex Waygood <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per @AlexWaygood:
Linked PRs
The text was updated successfully, but these errors were encountered: