[Bug 1889218] Re: SRU: backport Python 3.8.5 to 20.04 LTS

2020-09-25 Thread Paul Hollinsky
The python3.8 (3.8.5-1~20.04) package in focal-proposed is confirmed to fix the use-after-free in asyncio I reported previously. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889218 Title: SRU:

[Bug 1889218] Re: SRU: backport Python 3.8.5 to 20.04 LTS

2020-07-28 Thread Paul Hollinsky
This change will solve https://bugs.launchpad.net/ubuntu/+source/python3.8/+bug/1887847 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889218 Title: SRU: backport Python 3.8.5 to 20.04 LTS To

[Bug 1887847] [NEW] python3.8 subinterpereters cause use-after-free in asyncio

2020-07-16 Thread Paul Hollinsky
Public bug reported: Python 3.8.0 to 3.8.2 include a bug which breaks subinterpereters nearly in their entirety. If a subinterpereter initializes asyncio (a library used by many other libraries), then exits, and another subinterpereter initializes asyncio, there will be a use-after-free and