Opened 6 months ago

Closed 6 months ago

#21966 closed enhancement (fixed)

cython-3.1.3 (Python module)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Douglas R. Reno, 6 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 6 months ago

Bugs fixed

Some method calls with 0 or 1 argument failed to use PyObject_VectorCallMethod().

cython.pythread_type_lock (also used as fallback for cython.pymutex) could stall on 
heavily contended locks. (Github issue #6999)

C string arrays (not pointers) always coerced to the Python default string type, even on 
explicit casts to other string types. (Github issue #7020)

An internal C function was not marked as static and leaked a linker symbol. (Github 
issue #6957)

Compatibility with PyPy3.8 was lost by accident.

The Linux binary wheels of 3.1.2 used SSSE3 CPU instructions which are not available on 
some CPUs. (Github issue #7038)

comment:3 by Douglas R. Reno, 6 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.