Commit Graph

162 Commits

Author SHA256 Message Date
Richard Brown
cd100079ff Accepting request 874544 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=58
2021-03-02 13:42:31 +00:00
58f7845997 Accepting request 819616 from devel:languages:python
- Update TO 0.29.21
 * Fix a regression in 0.29.20 where __div__ failed to be found in extension types
 * Fix a regression in 0.29.20 where a call inside of a finally clause could
    fail to compile
 * Zero-sized buffers could fail to validate as C/Fortran-contiguous.
 * exec() did not allow recent Python syntax features in Py3.8+
    due to https://bugs.python.org/issue35975
 * Binding staticmethods of Cython functions were not behaving like
    Python methods in Py3
 * Pythran calls to NumPy methods no longer generate useless method lookup code.
 * The PyUnicode_GET_LENGTH() macro was missing from the cpython.* declarations
 * The deprecated PyUnicode_*() C-API functions are no longer used, except
    for Unicode strings that contain lone surrogates. Unicode strings that
    contain non-BMP characters or surrogate pairs now generate different C
    code on 16-bit Python 2.x Unicode deployments (such as MS-Windows).
    Generating the C code on Python 3.x is recommended in this case
 * Some template parameters were missing from the C++ std::unordered_map declaration
 * Several internal code generation issues regarding temporary variables were resolved

OBS-URL: https://build.opensuse.org/request/show/819616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=57
2020-07-15 10:03:48 +00:00
66661037e5 Accepting request 813397 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/813397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=56
2020-06-21 16:49:14 +00:00
9b02eb9bbf Accepting request 808048 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=55
2020-05-28 07:08:55 +00:00
af02b0c812 Accepting request 799980 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/799980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=54
2020-05-04 16:32:59 +00:00
f3e572984a Accepting request 794812 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=53
2020-04-22 18:41:58 +00:00
b2f3ef941e Accepting request 775286 from devel:languages:python
- update to 0.29.15
 * Crash when returning a temporary Python object from an async-def function.
 * Crash when using **kwargs in generators.
 * Double reference free in __class__ cell handling for super() calls.
 * Compile error when using *args as Python class bases.
 * Fixed C name collision in the auto-pickle code
 * Deprecated import failed in Python 3.9

OBS-URL: https://build.opensuse.org/request/show/775286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=52
2020-02-22 18:02:28 +00:00
8e7b6f861b Accepting request 749103 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/749103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=51
2019-11-22 09:24:57 +00:00
7d78fd9a79 Accepting request 718922 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/718922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=50
2019-07-30 11:06:29 +00:00
ab98700cdf Accepting request 709360 from devel:languages:python
- Say goodbye to -doc subpackage as the documentation is online
  and does not build with latest sphinx releases (even in master
  at the moment).
- The testing in -doc spec was disabled anyway and if needed we
  will reintroduce it as a multibuild

- update to 0.29.10
 * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots.
 * Remove an incorrect cast when using true-division in C++ operations. 
 * C compile errors with CPython 3.8 were resolved. 
 * Python tuple constants that compare equal but have different item types
     could incorrectly be merged into a single constant.
 * Non-ASCII characters in unprefixed strings could crash the compiler
     when used with language level 3str
 * Starred expressions in %-formatting tuples could fail to compile for unicode strings
 * Passing Python class references through cython.inline() was broken.

OBS-URL: https://build.opensuse.org/request/show/709360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=49
2019-06-18 12:49:58 +00:00
aa787210a2 Accepting request 694800 from devel:languages:python
- update to 0.29.7
 * Crash when the shared Cython config module gets unloaded and another
    Cython module reports an exceptions. Cython now makes sure it keeps
    an owned reference to the module
 * Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
 * Coverage reporting did not include the signature line of cdef functions
 * Casting a GIL-requiring function into a nogil function now issues a warning
 * Generators and coroutines were missing their return type annotation

- update to 0.29.7
 * Crash when the shared Cython config module gets unloaded and another
    Cython module reports an exceptions. Cython now makes sure it keeps
    an owned reference to the module
 * Resolved a C89 compilation problem when enabling the fast-gil sharing feature.
 * Coverage reporting did not include the signature line of cdef functions
 * Casting a GIL-requiring function into a nogil function now issues a warning
 * Generators and coroutines were missing their return type annotation

OBS-URL: https://build.opensuse.org/request/show/694800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=48
2019-04-18 07:55:35 +00:00
a78325cc00 Accepting request 690772 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/690772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=47
2019-04-04 10:05:47 +00:00
6ef8e39e4f Accepting request 680181 from devel:languages:python
- update to 0.29.6
 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions.
 * Fix the parsing of buffer format strings that contain numeric sizes, which
    could lead to incorrect input rejections.
 * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
 * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
    even though the default encoding there is UTF-8.
 * Crash when defining a Python subclass of an extension type and repeatedly
    calling a cpdef method on it.
 * Compiler crash when prange() loops appear inside of with-statements.
 * Some C compiler warnings were resolved.
 * Python conversion of C++ enums failed in 0.29.

- update to 0.29.6
 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions.
 * Fix the parsing of buffer format strings that contain numeric sizes, which
    could lead to incorrect input rejections.
 * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6.
 * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3,
    even though the default encoding there is UTF-8.
 * Crash when defining a Python subclass of an extension type and repeatedly
    calling a cpdef method on it.
 * Compiler crash when prange() loops appear inside of with-statements.
 * Some C compiler warnings were resolved.
 * Python conversion of C++ enums failed in 0.29.

OBS-URL: https://build.opensuse.org/request/show/680181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=46
2019-03-04 08:09:57 +00:00
Stephan Kulow
959362bbec Accepting request 671992 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/671992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=45
2019-02-08 12:47:46 +00:00
Stephan Kulow
0bdbb9f52a Accepting request 667297 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/667297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=44
2019-02-04 20:22:05 +00:00
feb7c292c7 Accepting request 655560 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655560
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=43
2018-12-10 11:27:50 +00:00
e5f03d5b7a Accepting request 642685 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/642685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=42
2018-10-25 06:08:51 +00:00
973ff23bbe Accepting request 628791 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/628791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=41
2018-09-18 09:41:53 +00:00
4f69af6746 Accepting request 622245 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=40
2018-07-18 20:35:45 +00:00
07b6864532 Accepting request 612616 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/612616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=39
2018-05-30 09:40:55 +00:00
4512143ccf Accepting request 598790 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/598790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=38
2018-04-22 12:36:13 +00:00
4cf2c1220f Accepting request 588610 from devel:languages:python
- Version update to 0.28.1:
  * PyFrozenSet_New() was accidentally used in PyPy where it is lacking
    from the C-API.
  * Assignment between some C++ templated types were incorrectly rejected
    when the templates mix const with ctypedef. (Github issue #2148)
  * Undeclared C++ no-args constructors in subclasses could make the
    compilation fail if the base class constructor was declared without
    nogil. (Github issue #2157)
  * Bytes %-formatting inferred basestring (bytes or unicode) as result type
    in some cases where bytes would have been safe to infer. (Github issue #2153)
  * None was accidentally disallowed as typed return value of dict.pop().

- update to version 0.28:
  * Features added
    + Cdef classes can now multiply inherit from ordinary Python
      classes. (The primary base must still be a c class, possibly
      object, and the other bases must not be cdef classes.)
    + Type inference is now supported for Pythran compiled NumPy
      expressions. Patch by Nils Braun. (Github issue #1954)
    + The const modifier can be applied to memoryview declarations to
      allow read-only buffers as input. (Github issues #1605, #1869)
    + C code in the docstring of a cdef extern block is copied
      verbatimly into the generated file. Patch by Jeroen
      Demeyer. (Github issue #1915)
    + When compiling with gcc, the module init function is now tuned
      for small code size instead of whatever compile flags were
      provided externally. Cython now also disables some code
      intensive optimisations in that function to further reduce the
      code size. (Github issue #2102)
    + Decorating an async coroutine with @cython.iterable_coroutine

OBS-URL: https://build.opensuse.org/request/show/588610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=36
2018-03-22 10:56:09 +00:00
1a4ccb57c1 Accepting request 578692 from devel:languages:python
- Disable tests as they randomly fail while it can't be triggered
  when reproducing localy

- update to 0.27.3
  * see CHANGES.txt for details
- Disable abs test wrt upstream issue with new GCC versions:
  * https://github.com/cython/cython/issues/1911
- Export fno-strict-aliasing to CFLAGS

- Also fixes bsc#1062237

OBS-URL: https://build.opensuse.org/request/show/578692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=35
2018-02-25 11:20:57 +00:00
b5e0370391 Accepting request 570447 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/570447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=34
2018-02-03 14:36:57 +00:00
122cf26c26 Accepting request 532572 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/532572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=33
2017-10-13 12:07:01 +00:00
6999381d42 Accepting request 530883 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/530883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=32
2017-10-05 09:49:21 +00:00
016a50168a Accepting request 479725 from devel:languages:python
- update for multipython build

OBS-URL: https://build.opensuse.org/request/show/479725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=31
2017-03-17 14:04:53 +00:00
9c6f7620ab Accepting request 437640 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/437640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=30
2016-11-01 08:49:53 +00:00
53195031a7 Accepting request 357131 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/357131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=29
2016-02-09 12:30:56 +00:00
Stephan Kulow
df2529eac0 Accepting request 327453 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/327453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=28
2015-08-29 18:02:08 +00:00
88951ed0ac Accepting request 324563 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/324563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=27
2015-08-21 06:24:51 +00:00
a8af0ede74 Accepting request 319399 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=26
2015-08-06 22:20:33 +00:00
a765de68db Accepting request 280656 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/280656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=25
2015-01-10 22:07:06 +00:00
7544432467 Accepting request 260882 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/260882
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=24
2014-11-15 10:40:55 +00:00
Stephan Kulow
626bc72d3a Accepting request 248950 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/248950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=23
2014-09-18 05:12:19 +00:00
Stephan Kulow
e169cd455e Accepting request 243451 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/243451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=21
2014-08-05 11:00:01 +00:00
Stephan Kulow
ed7f900fcf Accepting request 233041 from devel:languages:python
Update to version 0.20.1 (forwarded request 233040 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/233041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=20
2014-05-10 06:32:14 +00:00
Stephan Kulow
d152adb0c1 Accepting request 220746 from devel:languages:python
- add python-xml as require (forwarded request 220743 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/220746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=19
2014-02-06 06:06:34 +00:00
Stephan Kulow
aae3fb641f Accepting request 220455 from devel:languages:python
- Update to version 0.20:
  * Support for CPython 3.4.
  * Support for calling C++ template functions.
  * yield is supported in finally clauses.
  * The C code generated for finally blocks is duplicated for each exit
    case to allow for better optimisations by the C compiler.
  * Cython tries to undo the Python optimisationism of assigning a bound
    method to a local variable when it can generate better code for the
    direct call.
  * Constant Python float values are cached.
  * String equality comparisons can use faster type specific code in
    more cases than before.
  * String/Unicode formatting using the '%' operator uses a faster
    C-API call.
  * bytearray has become a known type and supports coercion from and
    to C strings.  Indexing, slicing and decoding is optimised. Note that
    this may have an impact on existing code due to type inference.
  * Using cdef basestring stringvar and function arguments typed as
    basestring is now meaningful and allows assigning exactly
    str and unicode objects, but no subtypes of these types.
  * Support for the __debug__ builtin.
  * Assertions in Cython compiled modules are disabled if the running
    Python interpreter was started with the "-O" option.
  * Some types that Cython provides internally, such as functions and
    generators, are now shared across modules if more than one Cython
    implemented module is imported.
  * The type inference algorithm works more fine granular by taking the
    results of the control flow analysis into account.
  * A new script in bin/cythonize provides a command line frontend
    to the cythonize() compilation function (including distutils build).

OBS-URL: https://build.opensuse.org/request/show/220455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=18
2014-02-01 17:04:47 +00:00
Tomáš Chvátal
1251b6d99a Accepting request 204142 from devel:languages:python
- update to 0.19.2:
    * Some standard declarations were fixed or updated, including the previously
    incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
    ``libc.math``.
    * Heap allocated subtypes of ``type`` used the wrong base type struct at the
    C level.
    * Calling the unbound method dict.keys/value/items() in dict subtypes could
    call the bound object method instead of the unbound supertype method.
    * "yield" wasn't supported in "return" value expressions.
    * Using the "bint" type in memory views lead to unexpected results.
    It is now an error.
    * Assignments to global/closure variables could catch them in an illegal state
    while deallocating the old value. (forwarded request 204137 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/204142
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=17
2013-10-21 18:01:30 +00:00
Tomáš Chvátal
1223227d14 Accepting request 203002 from devel:languages:python
update-alternative implementation (forwarded request 203001 from posophe)

OBS-URL: https://build.opensuse.org/request/show/203002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=16
2013-10-17 12:31:03 +00:00
Stephan Kulow
09bec712fb Accepting request 175239 from devel:languages:python
- update to 0.19.1:
  * Completely empty C-API structs for extension type slots (protocols like
  number/mapping/sequence) are no longer generated into the C code.
  * Docstrings that directly follow a public/readonly attribute declaration
  in a cdef class will be used as docstring of the auto-generated property.
  This fixes ticket 206.
  * The automatic signature documentation tries to preserve more semantics
  of default arguments and argument types.  Specifically, ``bint`` arguments
  now appear as type ``bool``.
  * A warning is emitted when negative literal indices are found inside of
  a code section that disables ``wraparound`` handling.  This helps with
  fixing invalid code that might fail in the face of future compiler
  optimisations.
  * Constant folding for boolean expressions (and/or) was improved.
  * Added a build_dir option to cythonize() which allows one to place
  the generated .c files outside the source tree.

- Update to version 0.19:
  + Please see http://wiki.cython.org/ReleaseNotes-0.19 (forwarded request 175219 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/175239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=13
2013-05-16 09:25:18 +00:00
Stephan Kulow
67565e5db5 Accepting request 162600 from devel:languages:python
fixed python3 build for <12.2 (forwarded request 162331 from apersaud)

OBS-URL: https://build.opensuse.org/request/show/162600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=12
2013-04-05 11:22:57 +00:00
Stephan Kulow
6e51b314e5 Accepting request 142493 from devel:languages:python
- Update to version 0.17.2:
  + Please see http://wiki.cython.org/ReleaseNotes-0.18.2
- Drop excessive macro usage
- No need for "-fno-strict-aliasing" anymore
- One rpmlintrc is enough

- Update to version 0.17.2:
  + Please see http://wiki.cython.org/ReleaseNotes-0.18.2
- Drop excessive macro usage
- No need for "-fno-strict-aliasing" anymore
- One rpmlintrc is enough
- Python3 binary suffix should be "-%{py3_ver}"

OBS-URL: https://build.opensuse.org/request/show/142493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=10
2012-11-28 13:32:53 +00:00
Stephan Kulow
125947f0fa Accepting request 122248 from devel:languages:python
Fix .py/.pyc issues

OBS-URL: https://build.opensuse.org/request/show/122248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=7
2012-05-29 09:37:16 +00:00
Sascha Peilicke
66d12149bc Accepting request 84174 from devel:languages:python
- Update to version 0.15.1:
  * Please see http://wiki.cython.org/ReleaseNotes-0.15.1

OBS-URL: https://build.opensuse.org/request/show/84174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=4
2011-09-22 08:48:07 +00:00
Lars Vogdt
0ecce75626 Accepting request 81087 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/81087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=3
2011-09-12 21:08:24 +00:00
Lars Vogdt
9cd0817d07 Autobuild autoformatter for 80647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=2
2011-09-05 14:38:13 +00:00
Lars Vogdt
b13f941a9a Accepting request 80647 from devel:languages:python
Replaces python-cython

OBS-URL: https://build.opensuse.org/request/show/80647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=1
2011-09-05 14:38:00 +00:00
e8c14bb886 - update to 3.2.2:
* The C-API declarations were updated to include the new
    PyDict_*Ref() functions. (Github issue :issue:`7291`)
  * Iteration over literal sequences and strings in generators
    generated invalid C code since 3.2.0. This was a regression
    due to the C array iteration optimisation in :issue:`6926`,
    which is now disabled inside of generators. (Github issue
    :issue:`7342`)
  * Calling special methods of known exception types failed with
    an AttributeError. (Github issue :issue:`7342`)
  * Calling the unbound __mul__ special method of builtin
    collections with subtypes failed. (Github issue
    :issue:`7340`)
  * C string literals could generate invalid "const to non-const"
    casts in the C code. (Github issue :issue:`7346`)
  * yield is no longer allowed inside of a
    cython.critical_section, but is now allowed while holding a
    cython.pymutex. (Github issue :issue:`7317`)
  * Under lock congestion, acquiring the GIL could crash in
    Python 3.11, part 2. This bug was introduced in Cython 3.2.0.
    (Github issue :issue:`7312`)
  * The new py_safe_* functions in libc.threads triggered C
    compiler warnings. (Github issue :issue:`7356`)
  * Cython now leaves markers about its utility code dependencies
    in the generated C code to help debugging "unused function" C
    compiler warnings. (Github issue :issue:`7294`)
  * Relative imports could fail if the shared utility module is
    used. This bug was introduced in Cython 3.2.0. (Github issue
    :issue:`7290`)
  * Under lock congestion, acquiring the GIL could crash in

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=213
2025-12-12 10:31:56 +00:00