Commit 7296ebf
authored
Build: Bump cython from 3.2.1 to 3.2.3 (#2839)
Bumps [cython](https://github.com/cython/cython) from 3.2.1 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>
<h1>3.2.2 (2025-11-30)</h1>
<h2>Features added</h2>
<ul>
<li>The C-API declarations were updated to include the new
<code>PyDict_*Ref()</code> functions.
(Github issue :issue:<code>7291</code>)</li>
</ul>
<h2>Bugs fixed</h2>
<ul>
<li>
<p>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:<code>6926</code>, which is now
disabled inside of generators.
(Github issue :issue:<code>7342</code>)</p>
</li>
<li>
<p>Calling special methods of known exception types failed with an
<code>AttributeError</code>.
(Github issue :issue:<code>7342</code>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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://redirect.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://redirect.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 "Py_mod_gil" at C compile time (<a
href="https://redirect.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://redirect.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://redirect.github.com/cython/cython/issues/7385">#7385</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/2a8ee41263f6bc898a32c75a9156071bee5e8788"><code>2a8ee41</code></a>
Prepare release of 3.2.2.</li>
<li><a
href="https://github.com/cython/cython/commit/de755ace2e97a048356ac67e941138615a6480aa"><code>de755ac</code></a>
Update changelog.</li>
<li>Additional commits viewable in <a
href="https://github.com/cython/cython/compare/3.2.1...3.2.3">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ac6e051 commit 7296ebf
2 files changed
+36
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments