commit | e3c59a75279b0df4e7553d6f0031e202de434e43 | [log] [tgz] |
---|---|---|
author | Alan Yee <alanyee@users.noreply.github.com> | Mon Sep 09 07:15:43 2019 -0700 |
committer | Steve Dower <steve.dower@python.org> | Mon Sep 09 07:15:43 2019 -0700 |
tree | 0d8a07890ce60dd25fb767b2a2fd6ca876e3698b | |
parent | 24b11b8c95e96cf9c93fb7fc253e6e96506f2d77 [diff] |
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) Constants added by the site module like exit() "should not be used in programs"