Package: python3-greenlet Version: 1.1.3-1 Severity: serious 1.1.3 builds but is known to be buggy with Python 3.11:
https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst 2.0.1 (2022-11-07) Python 3.11: Fix a memory leak. See issue 328 and gevent issue 1924. 2.0.0rc1 (2022-10-27) Deal gracefully with greenlet switches that occur while deferred deallocation of objects is happening using CPython's "trash can" mechanism. Previously, if a large nested container held items that switched greenlets during delayed deallocation, and that second greenlet also invoked the trash can, CPython's internal state could become corrupt. This was visible as an assertion error in debug builds. Now, the relevant internal state is saved and restored during greenlet switches. See also gevent issue 1909. 1.1.3 (2022-08-25) Add support for Python 3.11. Please note that Windows binary wheels are not available at this time. Important This preliminary support for Python 3.11 leaks memory. Please upgrade to greenlet 2 if you're using Python 3.11.