https://bugzilla.redhat.com/show_bug.cgi?id=1902078

            Bug ID: 1902078
           Summary: Review Request: python-nest_asyncio - Patch asyncio to
                    allow nested event loops
           Product: Fedora
           Version: rawhide
          Hardware: All
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]
  Target Milestone: ---
    Classification: Fedora



Spec URL:
https://nonamedotc.fedorapeople.org/pkgreview/python-packages/python-nest_asyncio/python-nest_asyncio.spec
SRPM URL:
https://nonamedotc.fedorapeople.org/pkgreview/python-packages/python-nest_asyncio/python-nest_asyncio-1.4.3-1.fc33.src.rpm

Description:
By design asyncio does not allow its event loop to be nested. This presents a 
practical problem: When in an environment where the event loop is already 
running it is impossible to run tasks and wait for the result. Trying to do 
so will give the error "RuntimeError: This event loop is already running". The 
issue pops up in various environments, such as web servers, GUI applications 
and in Jupyter notebooks. This module patches asyncio to allow nested use 
of asyncio.run and loop.run_until_complete.

Fedora Account System Username: nonamedotc


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to