]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 May 2025 16:10:32 +0000 (18:10 +0200)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 16:10:32 +0000 (18:10 +0200)
commite75f528e78e933b27b45198bf5bbce952542e1fd
tree573694cc7960606bed10ebb37f959c418427343a
parent16e9e74a8b0b50ee75f56eb1c954718bda1f11ec
[3.13] gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292) (GH-133295)

gh-133290: Use PyObject_SetAttr to set _type_ (GH-133292)
(cherry picked from commit 2590774c9bb96ec75ca8a13b0c061fcc9db3eb65)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/test/test_ctypes/test_pointers.py
Misc/NEWS.d/next/Library/2025-05-02-13-16-44.gh-issue-133290.R5WrLM.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c