]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
authorEric Snow <ericsnowcurrently@gmail.com>
Sat, 9 Mar 2019 05:47:07 +0000 (22:47 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 05:47:07 +0000 (22:47 -0700)
commit5be45a6105d656c551adeee7770afdc3b806fbb5
tree94cadf53fd4024b66375474529dbb8b97cbac549
parent7bda9de5504382931822baecba7f85028031c2cd
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Include/internal/pycore_ceval.h
Include/internal/pycore_pystate.h
Python/ceval.c
Python/pylifecycle.c
Python/pystate.c