[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset 0d4396c04cba5ac2b66fdaa23c01db84b1b54227 by Miss Islington (bot) in branch '3.8': bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) https://github.com/python/cpython/commit/0d4396c04cba5ac2b66fdaa23c01db84b1b54227 -- __

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread miss-islington
miss-islington added the comment: New changeset b7bf632d4ebacfeffc8770a7848c690fa2a90a62 by Miss Islington (bot) in branch '3.7': bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) https://github.com/python/cpython/commit/b7bf632d4ebacfeffc8770a7848c690fa2a90a62 -- nos

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread Steve Dower
Steve Dower added the comment: Thanks! This helps people who use the "-S" option. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +15437 pull_request: https://github.com/python/cpython/pull/15784 ___ Python tracker ___ __

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +15436 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15783 ___ Python tracker ___ _

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-09 Thread Steve Dower
Steve Dower added the comment: New changeset e3c59a75279b0df4e7553d6f0031e202de434e43 by Steve Dower (Alan Yee) in branch 'master': bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) https://github.com/python/cpython/commit/e3c59a75279b0df4e7553d6f0031e202de434e43 -- n

[issue38059] Using sys.exit() over exit() in inspect.py

2019-09-08 Thread signing_agreement
New submission from signing_agreement : The change is arguably trivial, but given that this is a code change in a commonly-used module, I was asked to create an issue and a NEWS entry for it. -- components: Library (Lib) messages: 351336 nosy: signing_agreement priority: normal pull_re