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

Fix miscellaneous issues in error handling #79635

Closed
serhiy-storchaka opened this issue Dec 10, 2018 · 7 comments
Closed

Fix miscellaneous issues in error handling #79635

serhiy-storchaka opened this issue Dec 10, 2018 · 7 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 35454
Nosy @vstinner, @ned-deily, @serhiy-storchaka, @stratakis, @miss-islington
PRs
  • bpo-35454: Fix miscellaneous minor issues in error handling. #11077
  • [3.7] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) #11105
  • [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) #11106
  • 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 2018-12-11.10:16:26.639>
    created_at = <Date 2018-12-10.12:30:05.811>
    labels = ['extension-modules', 'interpreter-core', '3.8', 'type-bug', '3.7']
    title = 'Fix miscellaneous issues in error handling'
    updated_at = <Date 2018-12-11.10:16:26.639>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-12-11.10:16:26.639>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-12-11.10:16:26.639>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules', 'Interpreter Core']
    creation = <Date 2018-12-10.12:30:05.811>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35454
    keywords = ['patch']
    message_count = 7.0
    messages = ['331504', '331505', '331549', '331550', '331585', '331589', '331591']
    nosy_count = 5.0
    nosy_names = ['vstinner', 'ned.deily', 'serhiy.storchaka', 'cstratak', 'miss-islington']
    pr_nums = ['11077', '11105', '11106']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35454'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @serhiy-storchaka
    Copy link
    Member Author

    The proposed patch fixes miscellaneous issues in error handling.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life 3.8 only security fixes extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Dec 10, 2018
    @serhiy-storchaka
    Copy link
    Member Author

    This is an extraction from my larger patch. These changes fix real bugs and should be backported.

    @stratakis
    Copy link
    Mannequin

    stratakis mannequin commented Dec 10, 2018

    Maybe a release blocker for 3.7.2 and 3.6.8?

    @serhiy-storchaka
    Copy link
    Member Author

    No. It is very hard to reproduce these errors.

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 8905fcc by Serhiy Storchaka in branch 'master':
    bpo-35454: Fix miscellaneous minor issues in error handling. (bpo-11077)
    8905fcc

    @miss-islington
    Copy link
    Contributor

    New changeset 62674f3 by Miss Islington (bot) in branch '3.7':
    bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077)
    62674f3

    @serhiy-storchaka
    Copy link
    Member Author

    New changeset 8855d93 by Serhiy Storchaka in branch '3.6':
    [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106)
    8855d93

    @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 extension-modules C modules in the Modules dir interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants