]> granicus.if.org Git - python/commit
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 11:05:47 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 11:05:47 +0000 (13:05 +0200)
commit4cb525a1f0cba152d1da61e531f2ad5db633120a
tree1f1763445e6150950986d8ba8e24181375124a7a
parent00db7c73af4f60df61e9df87cde7401c3ed9df69
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)

Add _Py_INIT_HAS_EXITCODE() macro.
Include/cpython/coreconfig.h
Modules/main.c
Python/pylifecycle.c