Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump cython from 3.2.2 to 3.2.3 (aio-libs#11845)
Bumps [cython](https://github.com/cython/cython) from 3.2.2 to 3.2.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cython/cython/blob/master/CHANGES.rst">cython's
changelog</a>.</em></p>
<blockquote>
<h1>3.2.3 (2025-12-14)</h1>
<h2>Features added</h2>
<ul>
<li>
<p>The C-API declarations were updated to include the new
<code>PyList_*()</code> functions.
(Github issue :issue:<code>7291</code>)</p>
</li>
<li>
<p>The <code>Py_mod_gil</code> module setting can now be changed with a
C macro, overriding
the <code>freethreading_compatible</code> directive setting.
(Github issue :issue:<code>7404</code>)</p>
</li>
</ul>
<h2>Bugs fixed</h2>
<ul>
<li>
<p>t-strings lost the last element when compiled for the Limited API.
(Github issue :issue:<code>7381</code>)</p>
</li>
<li>
<p>The <code>array.data</code> property of the
<code>cpython.array</code> declarations generated a
useless exception check that degraded its use in <code>nogil</code>
code.
(Github issue :issue:<code>7408</code>)</p>
</li>
<li>
<p>Parallel builds with the <code>cythonize</code> command could request
more processes
than allowed by the platform, thus failing the build.
(Github issue :issue:<code>7384</code>)</p>
</li>
<li>
<p>A minor thread sanitizer issue was resolved.
(Github issue :issue:<code>7383</code>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cython/cython/commit/d03558d17a496690000810231af69b0544c6ad14"><code>d03558d</code></a>
Prepare release of 3.2.3.</li>
<li><a
href="https://github.com/cython/cython/commit/f94cb4b31be1d4d79833f0b8c1a75eef7262f87a"><code>f94cb4b</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/b0484c5edc7ca4b0f1d01061124cdf559a4b7eeb"><code>b0484c5</code></a>
Fix thread access issue with fused function classobj (<a
href="https://github.com/cython/cython/issues/7387">GH-7387</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/93fb6a158387c8904d73f7a539286fa8f7695c4c"><code>93fb6a1</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/ce82a3232afa9048b4d18d9614ebc36125330403"><code>ce82a32</code></a>
Fix tstring call in Python 3.14+ Limited API (<a
href="https://github.com/cython/cython/issues/7381">GH-7381</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/066da48828b826b787033e14b51bf8ad36076bce"><code>066da48</code></a>
Add a C macro to configure &quot;Py_mod_gil&quot; at C compile time (<a
href="https://github.com/cython/cython/issues/7404">GH-7404</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/704b09cbf38d3b4496a6191e116cbe5357804dc6"><code>704b09c</code></a>
Add new PyList_* C APIs to cpython.list (<a
href="https://github.com/cython/cython/issues/7373">#7373</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/b288fe35c68a2739e9c31fbcc3976fc7dbe0ba7d"><code>b288fe3</code></a>
Fix maximum number of ProcessPool workers (<a
href="https://github.com/cython/cython/issues/7385">#7385</a>)</li>
<li>See full diff in <a
href="https://github.com/cython/cython/compare/3.2.2...3.2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cython&package-manager=pip&previous-version=3.2.2&new-version=3.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2025
commit 718a921003424cc72661b96c2389cca3931b2f52
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ coverage==7.13.0
# pytest-cov
cryptography==46.0.3
# via trustme
cython==3.2.2
cython==3.2.3
# via -r requirements/cython.in
distlib==0.4.0
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/cython.txt --resolver=backtracking --strip-extras requirements/cython.in
#
cython==3.2.2
cython==3.2.3
# via -r requirements/cython.in
multidict==6.7.0
# via -r requirements/multidict.in
Expand Down