Declarations for the wchar PyUnicode API were added.
(Github issue :issue:5836)
The Python "nogil" fork is now also detected with the new Py_GIL_DISABLED macro.
Patch by Hugo van Kemenade (Github issue :issue:583652)
Bugs fixed
Comparing dataclasses could give different results than Python.
(Github issue :issue:5857)
float(std::string) generated invalid C code.
(Github issue :issue:5818)
Using cpdef functions with cimport_from_pyx failed.
(Github issue :issue:5795)
A crash was fixed when string-formatting a Python value fails.
(Github issue :issue:5787)
On item access, Cython could try the sequence protocol before the mapping protocol
in some cases if an object supports both.
(Github issue :issue:5776)
A C compiler warning was resolved.
(Github issue :issue:5794)
Complex numbers failed to compile in MSVC with C11.
Patch by Lysandros Nikolaou. (Github issue :issue:5809)
Some issues with the Limited API and with PyPy were resolved.
(Github issues :issue:5695, :issue:5696)
A C++ issue in Python 3.13 was resolved.
(Github issue :issue:5790)
Several directives are now also available (as no-ops) in Python code.
(Github issue :issue:5803)
An error message was corrected.
Patch by Mads Ynddal. (Github issue :issue:5805)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps cython from 3.0.5 to 3.0.6.
Changelog
Sourced from cython's changelog.
Commits
2486558
Prepare release of 3.0.6.cb1d78b
Update changelog.7f6577a
Fix dataclass comparison operators and enable tests (#5857)f258b67
PEP 703: Accept newPy_GIL_DISABLED
macro in addition toPY_NOGIL
(GH-5852)df2bffa
Partially disable trashcan test in PyPy (#5832)a4bb6dc
Add missing unicode C API functions and Py_UNICODE warning (#5836)16d31ef
Disable failing Windows CyCache test (#5826)4bbefa3
Simplify pstats testf71205d
Remove allowed_failure from Python 3.12 (#5815)7683cb1
Fix "float(std::string)" and other non-PyObject arguments to float().Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show