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 Task.__repr__ crash when trying to format Cython's bogus coroutines #77853

Closed
1st1 opened this issue May 28, 2018 · 7 comments
Closed

Fix Task.__repr__ crash when trying to format Cython's bogus coroutines #77853

1st1 opened this issue May 28, 2018 · 7 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes release-blocker topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@1st1
Copy link
Member

1st1 commented May 28, 2018

BPO 33672
Nosy @ned-deily, @asvetlov, @1st1
PRs
  • bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines #7161
  • [3.7] bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) #7173
  • bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines #7180
  • 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-05-29.20:43:29.084>
    created_at = <Date 2018-05-28.16:29:15.589>
    labels = ['3.8', 'type-bug', '3.7', 'release-blocker', 'expert-asyncio']
    title = "Fix Task.__repr__ crash when trying to format Cython's bogus coroutines"
    updated_at = <Date 2018-05-29.20:43:29.084>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2018-05-29.20:43:29.084>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-29.20:43:29.084>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-05-28.16:29:15.589>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33672
    keywords = ['patch']
    message_count = 7.0
    messages = ['317915', '317929', '317934', '317935', '317982', '318087', '318088']
    nosy_count = 3.0
    nosy_names = ['ned.deily', 'asvetlov', 'yselivanov']
    pr_nums = ['7161', '7173', '7180']
    priority = 'release blocker'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33672'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @1st1 1st1 added 3.7 (EOL) end of life 3.8 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error labels May 28, 2018
    @1st1
    Copy link
    Member Author

    1st1 commented May 28, 2018

    New changeset 989b9e0 by Yury Selivanov in branch 'master':
    bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)
    989b9e0

    @1st1
    Copy link
    Member Author

    1st1 commented May 28, 2018

    Ned, this one would be nice to have in 3.7.0.

    @ned-deily
    Copy link
    Member

    bug fix, go for it.

    @1st1
    Copy link
    Member Author

    1st1 commented May 28, 2018

    New changeset 075c662 by Yury Selivanov (Miss Islington (bot)) in branch '3.7':
    bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) (GH-7173)
    075c662

    @1st1
    Copy link
    Member Author

    1st1 commented May 29, 2018

    New changeset e151f83 by Yury Selivanov in branch '3.6':
    bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
    e151f83

    @ned-deily
    Copy link
    Member

    Can we close this now?

    @1st1
    Copy link
    Member Author

    1st1 commented May 29, 2018

    Yes, thanks Ned

    @1st1 1st1 closed this as completed May 29, 2018
    @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 release-blocker topic-asyncio type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants