Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using sys.exit() over exit() in inspect.py #82240

Closed
alanyee mannequin opened this issue Sep 8, 2019 · 5 comments
Closed

Using sys.exit() over exit() in inspect.py #82240

alanyee mannequin opened this issue Sep 8, 2019 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@alanyee
Copy link
Mannequin

alanyee mannequin commented Sep 8, 2019

BPO 38059
Nosy @zooba, @miss-islington, @alanyee
PRs
  • bpo-38059: Using sys.exit() over exit() in inspect.py #15666
  • [3.8] bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) #15783
  • [3.7] bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) #15784
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-09-09.14:18:05.183>
    created_at = <Date 2019-09-08.18:22:30.676>
    labels = ['3.7', '3.8', 'type-feature', 'library']
    title = 'Using sys.exit() over exit() in inspect.py'
    updated_at = <Date 2019-09-09.15:20:39.838>
    user = 'https://github.com/alanyee'

    bugs.python.org fields:

    activity = <Date 2019-09-09.15:20:39.838>
    actor = 'miss-islington'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-09.14:18:05.183>
    closer = 'steve.dower'
    components = ['Library (Lib)']
    creation = <Date 2019-09-08.18:22:30.676>
    creator = 'signing_agreement'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38059
    keywords = ['patch']
    message_count = 5.0
    messages = ['351336', '351475', '351476', '351497', '351498']
    nosy_count = 3.0
    nosy_names = ['steve.dower', 'miss-islington', 'signing_agreement']
    pr_nums = ['15666', '15783', '15784']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue38059'
    versions = ['Python 3.7', 'Python 3.8']

    @alanyee
    Copy link
    Mannequin Author

    alanyee mannequin commented Sep 8, 2019

    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.

    @alanyee alanyee mannequin added 3.7 (EOL) end of life 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Sep 8, 2019
    @zooba
    Copy link
    Member

    zooba commented Sep 9, 2019

    New changeset e3c59a7 by Steve Dower (Alan Yee) in branch 'master':
    bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
    e3c59a7

    @zooba
    Copy link
    Member

    zooba commented Sep 9, 2019

    Thanks! This helps people who use the "-S" option.

    @zooba zooba closed this as completed Sep 9, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset b7bf632 by Miss Islington (bot) in branch '3.7':
    bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
    b7bf632

    @miss-islington
    Copy link
    Contributor

    New changeset 0d4396c by Miss Islington (bot) in branch '3.8':
    bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
    0d4396c

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants