| commit | b00513636c9891deba4cae50217e25e8faf6c6ac | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Fri Nov 22 17:52:42 2019 +0100 |
| committer | GitHub <noreply@github.com> | Fri Nov 22 17:52:42 2019 +0100 |
| tree | cb89f289edeb47e66cf5cb33c6ede6fd05ac8a98 | |
| parent | e0c9ab8e26d1648b870b80c296b2490a5e9553e5 [diff] |
bpo-38858: Add init_interp_main() subfunction (GH-17347) Fix new_interpreter() error handling: undo it all if status is an exception.