]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Sep 2021 07:10:00 +0000 (00:10 -0700)
committerGitHub <noreply@github.com>
Sat, 18 Sep 2021 07:10:00 +0000 (00:10 -0700)
commit7ab114bf1fa0f28ee267a4c69e597cc49a186a14
tree60cdb31e03a62e0953ea27fa816f6ddd824b5a6d
parent6e4101add568910409294554c8e863226a66bb64
bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)

(cherry picked from commit 94b462686b7dfabbd69cc9401037d736d71c4dc2)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/reference/datamodel.rst
Objects/typeobject.c