]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattr...
authorscoder <stefan_ml@behnel.de>
Sun, 5 Jul 2020 20:12:04 +0000 (22:12 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2020 20:12:04 +0000 (22:12 +0200)
commit8912c182455de83e27d5c120639ec91b18247913
tree69a064c03f36eb02a3de49bdd816f02c7ceca662
parent01c0925271a9e8c6a4b316efeb8fdcbed9eb17f4
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) (GH-21339)

Backport to Py3.8.
Lib/test/test_capi.py
Misc/NEWS.d/next/Core and Builtins/2020-06-23-18-32-41.bpo-39960.Kez3fP.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c