Skip to content

[pull] master from aio-libs:master#643

Merged
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master
Jun 25, 2026
Merged

[pull] master from aio-libs:master#643
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Jun 25, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Bumps [cython](https://github.com/cython/cython) from 3.2.5 to 3.2.6.
<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.6 (2026-06-24)</h1>
<h2>Bugs fixed</h2>
<ul>
<li>
<p><code>@functools.wraps()</code> was broken in Py3.14+ for Cython
compiled functions.
(Github issue :issue:<code>7675</code>)</p>
</li>
<li>
<p>A double-free in the t-string code was fixed.
(Github issue :issue:<code>7712</code>)</p>
</li>
<li>
<p>The <code>-</code> operator declarations for iterators in
<code>libcpp.vector</code> we corrected.
Patch by Vadim Markovtsev.  (Github issue :issue:<code>7717</code>)</p>
</li>
<li>
<p>The shared utility code module no longer uses a temporary file path
that
changed the C code on each generation.
(Github issue :issue:<code>7723</code>)</p>
</li>
<li>
<p>On 32 bit platforms, cached constants are no longer made immortal
during module import.
(Github issue :issue:<code>7744</code>)</p>
</li>
</ul>
<h2>Other changes</h2>
<ul>
<li>Binary wheels are now built with <code>-DNDEBUG</code> to discard
runtime assertions from CPython's
inline functions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cython/cython/commit/f49dd246c3eaa9291089aa256e5e2752080ae9f0"><code>f49dd24</code></a>
Disable failing test in Py3.8.</li>
<li><a
href="https://github.com/cython/cython/commit/e377190f17bc10f396fc55baa28dd8d61f6f63d9"><code>e377190</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/98635e5e8058197bab6868002990b474304e818c"><code>98635e5</code></a>
Fix functools.wraps on cyfunctions on 3.14+ by providing a basic
`_<em>annotate</em>...</li>
<li><a
href="https://github.com/cython/cython/commit/1d797c1f30f57f2b5a01c184e24b67450bc4cc8d"><code>1d797c1</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/c57a7c7e855aa356f0f3b180681c70a9ccd76c74"><code>c57a7c7</code></a>
pypy fails test_nocopy_star_args (<a
href="https://redirect.github.com/cython/cython/issues/7711">#7711</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/c94acfef113bdaacdab1a82de2c1bd35ee776c19"><code>c94acfe</code></a>
Build: Compile with -DNDEBUG to discard asserts in CPython's inline
functions.</li>
<li><a
href="https://github.com/cython/cython/commit/3a75be00ab7f1d4f4584fa97e56a69ec35ecca57"><code>3a75be0</code></a>
Fix a deprecation warning in regex usage.</li>
<li><a
href="https://github.com/cython/cython/commit/56b4db91785d0c0a6906b38333ffe4977dd68bbb"><code>56b4db9</code></a>
Prepare release of 3.2.6.</li>
<li><a
href="https://github.com/cython/cython/commit/7ea9737d48e8599ae7819ba0b3e41841508a4a94"><code>7ea9737</code></a>
CI: Remove PyPy pin now that there is a bug fix release.</li>
<li><a
href="https://github.com/cython/cython/commit/fa7ef687def9764bec135e5b4b9071092b944a0b"><code>fa7ef68</code></a>
Update changelog.</li>
<li>Additional commits viewable in <a
href="https://github.com/cython/cython/compare/3.2.5...3.2.6">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.5&new-version=3.2.6)](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 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>
@pull pull Bot locked and limited conversation to collaborators Jun 25, 2026
@pull pull Bot added the ⤵️ pull label Jun 25, 2026
@pull pull Bot merged commit d7c1e8c into tj-python:master Jun 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants