]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)
authorGéry Ogam <gery.ogam@gmail.com>
Sun, 1 Jan 2023 15:41:33 +0000 (16:41 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Jan 2023 15:41:33 +0000 (21:11 +0530)
commitba1342ce998c6c0c36078411d169f29179fbc9f6
tree93d0ea3a1c337083bc48b2c439cdc353e7bbbcdb
parent1aab269d4acbf0b29573ad0a21c54fddee233243
gh-87980: Fix the error message for disallowed __weakref__ slots (#25362)

Fix the error message for disallowed `__weakref__` slots.
Objects/typeobject.c