]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100942: Fix incorrect cast in property_copy(). (#100965)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 12 Jan 2023 22:13:56 +0000 (16:13 -0600)
committerGitHub <noreply@github.com>
Thu, 12 Jan 2023 22:13:56 +0000 (16:13 -0600)
commit94fc7706b7bc3d57cdd6d15bf8e8c4499ae53a69
tree501e5fc7cea686172fe9a21102a232f1544f310c
parentb511d3512ba334475201baf4d9db7c4d28f0a9ad
GH-100942: Fix incorrect cast in property_copy(). (#100965)
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