]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattr...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jul 2020 00:28:41 +0000 (17:28 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 00:28:41 +0000 (17:28 -0700)
commitbfec674254ea22ef9c0c335587eb65683f4145c7
treee555e9cd5702dea1896e8940d43caecb61cc472b
parent32e9e17c426e814ef94e30337050417ce1f631d3
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092)

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit 148f32913573c29250dfb3f0d079eb8847633621)

Co-authored-by: scoder <stefan_ml@behnel.de>
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