]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 15 Jan 2023 07:08:25 +0000 (10:08 +0300)
committerGitHub <noreply@github.com>
Sun, 15 Jan 2023 07:08:25 +0000 (12:38 +0530)
commit855b1a935eebc134a4ccf5f2c9d8f7dda21deb70
treeea4044553149d3424d6d12537e1c54ff00358b65
parent6d98282ed41b16a42c0a3df0b0f7cebbbcea5e11
[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)

(cherry picked from commit 94fc7706b7bc3d57cdd6d15bf8e8c4499ae53a69)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/test/test_property.py
Misc/NEWS.d/next/Core and Builtins/2023-01-11-22-52-19.gh-issue-100942.ontOy_.rst [new file with mode: 0644]
Objects/descrobject.c