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

(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