]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
authorZackery Spytz <zspytz@gmail.com>
Mon, 19 Oct 2020 22:47:37 +0000 (16:47 -0600)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 22:47:37 +0000 (23:47 +0100)
commit1438c2ac773e87d1f9c97fc22f2346e16bf48773
tree71d6951fede352740b6dd0eba6b2c1c9c67101b1
parentf85658a09878c658ae0e0590bfa30e4ce51c9a04
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)

It was moved out of the limited API in 7d95e4072169911b228c9e42367afb5f17fd3db0.
This change re-enables it from 3.10, to avoid generating invalid extension modules for earlier versions.
Include/cpython/dictobject.h
Include/dictobject.h
Misc/NEWS.d/next/C API/2020-10-11-05-05-53.bpo-41845.ZFvuQM.rst [new file with mode: 0644]
PC/python3dll.c