Path to this page:
Subject: CVS commit: pkgsrc/net/py-gevent
From: Adam Ciarcinski
Date: 2025-01-08 21:40:12
Message id: 20250108204012.77E83FC1D@cvs.NetBSD.org
Log Message:
py-gevent: updated to 24.11.1
24.11.1 (2024-11-11)
Bugfixes
- Remove some legacy code that supported Python 2 for compatibility with
the upcoming releases of Cython 3.1.
Also, the ``PeriodicMonitorThreadStartedEvent`` now properly
implements the ``IPeriodicMonitorThreadStartedEvent`` interface.
The ``EventLoopBlocked`` event includes the hub which was blocked,
and it is notified before the report is printed so that event
listeners can modify the report.
24.10.3 (2024-10-18)
Bugfixes
- Fix clearing stack frames on Python 3.13. This is invoked when you
fork after having used the thread pool.
- Distribute manylinux2014 wheels for x86_64.
- Stop switching to the hub in the after fork hook in a child process. This \
could lead to strange behaviour, and is different than what all other versions \
of Python do.
Files: