]> granicus.if.org Git - python/commit
bpo-36737: Use the module state C-API for warnings. (gh-13159)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 10 May 2019 17:29:55 +0000 (13:29 -0400)
committerGitHub <noreply@github.com>
Fri, 10 May 2019 17:29:55 +0000 (13:29 -0400)
commit86ea58149c3e83f402cecd17e6a536865fb06ce1
treea7a26190fcb98d298cc992da4ad9d8f663304bdb
parent351c67416ba4451eb3928fa0b2e933c2f25df1a3
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Include/internal/pycore_pylifecycle.h
Include/internal/pycore_pystate.h
Misc/NEWS.d/next/Core and Builtins/2019-05-07-12-18-11.bpo-36737.XAo6LY.rst [new file with mode: 0644]
Python/_warnings.c
Python/pylifecycle.c
Python/pystate.c