-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
dataclasses
: 3.12.3 regression with weakref_slot
#118033
Comments
Eclips4
added
stdlib
Python modules in the Lib dir
3.13
bugs and security fixes
3.12
bugs and security fixes
labels
Apr 18, 2024
Bisected to a22d05f. |
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Apr 19, 2024
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Apr 19, 2024
Looks like that we need to check |
sobolevn
added a commit
that referenced
this issue
May 9, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 9, 2024
…ythonGH-118099) (cherry picked from commit fa9b9cb) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 9, 2024
…ythonGH-118099) (cherry picked from commit fa9b9cb) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn
added a commit
that referenced
this issue
May 9, 2024
sobolevn
added a commit
that referenced
this issue
May 9, 2024
Let's close this issue. I opened a new one for @carljm's suggestion about |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
The
__weakref__
slot is not set for classes that have aGeneric[T]
base.Output on 3.12.2:
On 3.12.3:
CPython versions tested on:
3.12
Operating systems tested on:
Linux, macOS, Windows
Linked PRs
__weakref__
not set for generic dataclasses #118099__weakref__
not set for generic dataclasses (GH-118099) #118821__weakref__
not set for generic dataclasses (GH-118099) #118822The text was updated successfully, but these errors were encountered: