Go to file
Dirk Mueller 0031e4d6b3 - update to 1.1.2:
- Fix a potential crash due to a reference counting error when Python
    subclasses of ``greenlet.greenlet`` were deallocated. The crash
    became more common on Python 3.10; on earlier versions, silent
    memory corruption could result.
  - Fix a leak of a list object when the last reference to a greenlet
    was deleted from some other thread than the one to which it
    belonged. For this to work correctly, you must call a greenlet API
    like ``getcurrent()`` before the thread owning the greenlet exits:
    this is a long-standing limitation that can also lead to the leak of
    a thread's main greenlet if not called; we hope to lift this
    limitation. Note that in some cases this may also fix leaks of
    greenlet objects themselves. See `issue 251
  - Python 3.10: Tracing or profiling into a spawned greenlet didn't
    work as expected. See `issue 256

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-greenlet?expand=0&rev=59
2021-10-16 19:08:50 +00:00
.gitattributes Accepting request 54437 from home:seife:openstack 2010-12-04 15:53:22 +00:00
.gitignore Accepting request 54437 from home:seife:openstack 2010-12-04 15:53:22 +00:00
greenlet-1.1.2.tar.gz - update to 1.1.2: 2021-10-16 19:08:50 +00:00
python-greenlet-rpmlintrc - update to 1.0.0: 2021-02-01 22:26:23 +00:00
python-greenlet.changes - update to 1.1.2: 2021-10-16 19:08:50 +00:00
python-greenlet.spec - update to 1.1.2: 2021-10-16 19:08:50 +00:00