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

Extract asyncio exceptions into a separate file #78803

Closed
asvetlov opened this issue Sep 10, 2018 · 2 comments
Closed

Extract asyncio exceptions into a separate file #78803

asvetlov opened this issue Sep 10, 2018 · 2 comments
Labels
3.8 only security fixes topic-asyncio

Comments

@asvetlov
Copy link
Contributor

BPO 34622
Nosy @asvetlov, @1st1
PRs
  • bpo-34622: Extract asyncio exceptions into a separate module #9141
  • 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-09-11.17:13:30.545>
    created_at = <Date 2018-09-10.19:44:24.898>
    labels = ['3.8', 'expert-asyncio']
    title = 'Extract asyncio exceptions into a separate file'
    updated_at = <Date 2018-09-11.17:13:30.544>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2018-09-11.17:13:30.544>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-11.17:13:30.545>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2018-09-10.19:44:24.898>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34622
    keywords = ['patch']
    message_count = 2.0
    messages = ['324952', '325033']
    nosy_count = 2.0
    nosy_names = ['asvetlov', 'yselivanov']
    pr_nums = ['9141']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue34622'
    versions = ['Python 3.8']

    @asvetlov
    Copy link
    Contributor Author

    Their public import paths are still the same, e.g. asyncio.CancelledError.

    The change pursuits a better asyncio internal code structure.

    @asvetlov asvetlov added topic-asyncio 3.8 only security fixes labels Sep 10, 2018
    @asvetlov
    Copy link
    Contributor Author

    New changeset 0baa72f by Andrew Svetlov in branch 'master':
    bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
    0baa72f

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant