Opened 11 months ago

Closed 11 months ago

Last modified 9 months ago

#18089 closed enhancement (fixed)

Cython-0.29.35 (Python module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point release.

Change History (4)

comment:1 by Bruce Dubbs, 11 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 11 months ago

0.29.35 (2023-05-24)

Bugs fixed

  • A garbage collection enabled subtype of a non-GC extension type could call into the deallocation function of the super type with GC tracking enabled. This could lead to crashes during deallocation if GC was triggered on the type at the same time.
  • Some C compile failures and crashes in CPython 3.12 were resolved.
  • 'except + nogil' was syntactically not allowed. 'except +nogil' (i.e. defining a C++ exception handling function called 'nogil') is now disallowed to prevent typos.
  • A C compile failure in PyPy 3.10 was resolved.
  • Cython modules now use PEP-489 multi-phase init by default in PyPy 3.9 and later.
  • API header files generated by different Cython versions can now be included in the same C file.
  • Function signatures containing a type like 'tuple[()]' could not be printed.

comment:3 by Bruce Dubbs, 11 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

b5404f8878 Update to Cython-0.29.35 (Python module).
83e98db34a Update to exiv2-0.28.0.
320b871707 Update to sdl12-compat-release-1.2.64.

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.