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

gh-100160: Restore and deprecate implicit creation of an event loop #100410

Merged

Commits on Dec 21, 2022

  1. pythongh-100160: Deprecate implicit creation of an event loop

    Partially revert changes made in pythonGH-93453.
    
    asyncio.DefaultEventLoopPolicy.get_event_loop() now emits a
    DeprecationWarning and creates and sets a new event loop instead of
    raising a RuntimeError if there is no current event loop set.
    serhiy-storchaka committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8800552 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Apply suggestions from code review

    Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
    serhiy-storchaka and gvanrossum committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    711efbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0feec4c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'asyncio-get_event_loop3-3.12' of github.com:serhiy-stor…

    …chaka/cpython into asyncio-get_event_loop3-3.12
    serhiy-storchaka committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    0976177 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee1242d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    1e22c6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc34df5 View commit details
    Browse the repository at this point in the history