Files
packages/lang
Alexandru Ardelean 10358791fe python-cython: bump to 3.2.4
Changelog since 3.1.5:
- v3.2.0: Type inference for builtin exception types; extended f-string
  syntax (PEP-701); t-strings support (PEP-750); optimized PEP-604 union
  type checks; freelists support for Limited API; faster fused function
  dispatch; efficient C array looping for literal sequences
- v3.2.1: Fix relative imports with shared utility modules; fix GIL
  acquisition crashes under lock congestion in Python 3.11
- v3.2.2: Update C-API declarations for PyDict_*Ref() functions; fix
  invalid C code generation for literal sequences in generators
- v3.2.3: Add PyList_*() function declarations; fix t-strings losing
  final elements in Limited API; fix excessive process requests in
  parallel builds
- v3.2.4: Add @collection_type() decorator; add C++ exception declarations;
  fix pseudo-literal default values in function arguments; reduce pickle
  serialization size for extension types

Full changelog:
https://github.com/cython/cython/releases

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-03-21 07:47:22 +02:00
..
2026-03-18 09:05:09 +01:00
2026-03-07 01:15:09 +02:00
2026-03-13 20:00:49 +02:00
2026-01-25 07:06:40 +02:00
2026-03-21 07:47:22 +02:00
2025-11-13 19:18:37 +02:00
2025-12-29 21:55:14 +02:00
2026-03-15 09:08:57 +02:00
2025-05-11 21:23:49 +03:00
2025-06-01 10:18:38 +03:00