python3-greenlet: update to 3.4.0
authorAlexandru Ardelean <redacted>
Thu, 9 Apr 2026 05:32:33 +0000 (08:32 +0300)
committerAlexandru Ardelean <redacted>
Fri, 10 Apr 2026 11:00:41 +0000 (14:00 +0300)
commit15e2da047bdb55fce739f6386b78289a89ea65a9
tree09db88b7141a32e89eb775a37060df55b9144097
parenteb513f6cec97eb1a9ea15cf105e9ac42d373f739
python3-greenlet: update to 3.4.0

Update package to 3.4.0.

Changes:
- Added binary wheels for RISC-V 64
- Fixed multiple rare crash paths during interpreter shutdown; now uses
  the atexit module (subtle API change: getcurrent unavailable once
  atexit fires)
- Fixed multiple race conditions in free-threaded (no-GIL) builds when
  greenlets are accessed from multiple threads, some causing assertion
  failures or interpreter crashes
- Several minor correctness fixes from automated code audit

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-greenlet/Makefile
git clone https://git.99rst.org/PROJECT