Path to this page:
Subject: CVS commit: pkgsrc/net/py-gevent
From: Adam Ciarcinski
Date: 2022-11-21 12:30:23
Message id: 20221121113023.7EE3BFA90@cvs.NetBSD.org
Log Message:
py-gevent: updated to 22.10.2
22.10.2 (2022-10-31)
====================
Bugfixes
--------
- Update to greenlet 2.0. This fixes a deallocation issue that required
a change in greenlet's ABI. The design of greenlet 2.0 is intended to
prevent future fixes and enhancements from requiring an ABI change,
making it easier to update gevent and greenlet independently.
.. caution::
greenlet 2.0 requires a modern-ish C++ compiler. This may mean
certain older platforms are no longer supported.
See :issue:`1909`.
Files: