]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36710: Pass tstate explicitly in abstract.c (GH-21075)
authorVictor Stinner <vstinner@python.org>
Tue, 23 Jun 2020 13:55:06 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 13:55:06 +0000 (15:55 +0200)
commit61b649296110dcb38e67db382a7e8427c5eb75d0
tree1f80238656830c4ccd56c0bef140686658457048
parentc41eed1a874e2f22bde45c3c89418414b7a37f46
bpo-36710: Pass tstate explicitly in abstract.c (GH-21075)

In functions calling more than one PyErr function, get tstate and
then pass it explicitly.
Objects/abstract.c