]> granicus.if.org Git - python/commit
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 15 Mar 2019 21:47:51 +0000 (15:47 -0600)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 21:47:51 +0000 (15:47 -0600)
commit842a2f07f2f08a935ef470bfdaeef40f87490cfc
tree33d887ff84afb3190bf53627ebb53f586cd086b9
parent7c4fcb6b05792e94dd5f8aca032f01314248f5ac
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
Include/internal/pycore_ceval.h
Python/ceval.c
Python/pylifecycle.c