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

Drop support for asynchronous __aiter__ #75890

Closed
1st1 opened this issue Oct 6, 2017 · 2 comments
Closed

Drop support for asynchronous __aiter__ #75890

1st1 opened this issue Oct 6, 2017 · 2 comments
Assignees
Labels
3.7 (EOL) end of life interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@1st1
Copy link
Member

1st1 commented Oct 6, 2017

BPO 31709
Nosy @ncoghlan, @1st1
PRs
  • bpo-31709: Drop support for asynchronous __aiter__. #3903
  • bpo-31709: Update importlib magic #3906
  • 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 = 'https://github.com/1st1'
    closed_at = <Date 2017-10-06.06:09:14.195>
    created_at = <Date 2017-10-06.04:23:47.086>
    labels = ['interpreter-core', '3.7']
    title = 'Drop support for asynchronous __aiter__'
    updated_at = <Date 2017-10-06.06:22:59.015>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-10-06.06:22:59.015>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2017-10-06.06:09:14.195>
    closer = 'yselivanov'
    components = ['Interpreter Core']
    creation = <Date 2017-10-06.04:23:47.086>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31709
    keywords = ['patch']
    message_count = 2.0
    messages = ['303796', '303802']
    nosy_count = 2.0
    nosy_names = ['ncoghlan', 'yselivanov']
    pr_nums = ['3903', '3906']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue31709'
    versions = ['Python 3.7']

    @1st1
    Copy link
    Member Author

    1st1 commented Oct 6, 2017

    As discussed in bpo-27243, we want to drop support of asynchronous __aiter__ in Python 3.7.

    Together with bpo-30406, this will enable us to add support for using asynchronous generator expressions in synchronous functions (bpo-31708)

    @1st1 1st1 added the 3.7 (EOL) end of life label Oct 6, 2017
    @1st1 1st1 self-assigned this Oct 6, 2017
    @1st1 1st1 added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Oct 6, 2017
    @1st1
    Copy link
    Member Author

    1st1 commented Oct 6, 2017

    New changeset faa135a by Yury Selivanov in branch 'master':
    bpo-31709: Drop support for asynchronous __aiter__. (bpo-3903)
    faa135a

    @1st1 1st1 closed this as completed Oct 6, 2017
    @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 interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant