[pull] master from aio-libs:master - #736
Merged
Merged
Conversation
Bumps [cython](https://github.com/cython/cython) from 3.2.9 to 3.3.0. <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.3.0 (2026-08-22)</h1> <p>(Complete changelog for the 3.3.0 release, including pre-releases.)</p> <h2>Features added</h2> <ul> <li> <p>PEP-634 Pattern Matching is implemented. (Github issue :issue:<code>4029</code>)</p> </li> <li> <p><code>except *</code> (PEP-654 exception groups) is implemented for Python 3.11 and later. (Github issue :issue:<code>4993</code>)</p> </li> <li> <p>Unpacking in comprehensions (PEP-798) is implemented for list/set/dict comprehensions. It is not yet available for generator expressions. Original patch by Morax. (Github issue :issue:<code>7898</code>)</p> </li> <li> <p>Changes were made to adapt to Python 3.15 and its Limited API. This does not yet cover <code>abi3t</code>. (Github issues :issue:<code>6405</code>, :issue:<code>7190</code>, :issue:<code>7347</code>, :issue:<code>7348</code>, :issue:<code>7358</code>)</p> </li> <li> <p>Cython now uses a new export/import naming scheme for fused C functions that increases the resilience against seemingly compatible user code changes. The original names are kept for backwards compatibility. (Github issue :issue:<code>7656</code>)</p> </li> <li> <p>Declared container item types (e.g. <code>list[float]</code> or <code>tuple[atype, ...]</code>) are now used by the type system. (Github issues :issue:<code>7288</code>, :issue:<code>7798</code>)</p> </li> <li> <p>Type inference was improved for builtin Python types and their methods. (Github issues :issue:<code>7536</code>, :issue:<code>7644</code>, :issue:<code>7887</code>, :issue:<code>7888</code>)</p> </li> <li> <p>Exception base types are inferred for the target variable of multi-exception <code>except</code> clauses and for collections of exceptions. Properties like <code>.args</code> and <code>.context</code> use direct C access in CPython. (Github issue :issue:<code>7783</code>)</p> </li> <li> <p>Annotations on global variables are now used by type inference. (Github issue :issue:<code>7877</code>)</p> </li> <li> <p>The feature set of the shared module can be selected at build time by listing named features to include or exclude. This is an experimental configuration, subject to further improvements. Failures to include used features will currently result in import failures. (Github issue :issue:<code>7759</code>)</p> </li> <li> <p>To control the generation of the shared module, the <code>cython</code> command gained a sub-command <code>cython generate-shared pkg/modulename.c</code> with additional options</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/bcd04a2966842d80de6ecff4e68e8d892bec5ef7"><code>bcd04a2</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/dd3ab0af8ed2f9f628016aaaa7a23023658a2abc"><code>dd3ab0a</code></a> Prepare release of 3.3.0.</li> <li><a href="https://github.com/cython/cython/commit/294caa8693e2ddba4ef05058591a5a0a971c47cb"><code>294caa8</code></a> Fix use of PyState_RemoveModule on module init failure path (<a href="https://redirect.github.com/cython/cython/issues/7906">#7906</a>)</li> <li><a href="https://github.com/cython/cython/commit/a5d566ab4590c60d1c01d21c4816bbdaa4f21157"><code>a5d566a</code></a> Build: Validate that all expected wheels were built.</li> <li><a href="https://github.com/cython/cython/commit/2dd996dc39a541b8bedbfa839913b5b946ad3be6"><code>2dd996d</code></a> Build: Upgrade cibuildwheel.</li> <li><a href="https://github.com/cython/cython/commit/1b9e5ec4c800bae3ebbabcbc8013b22388a084e2"><code>1b9e5ec</code></a> Update changelog.</li> <li><a href="https://github.com/cython/cython/commit/148e945add05ee905172523ad3ccac93fc14fcc7"><code>148e945</code></a> Avoid useless None checks in PyTypeTestNode. (<a href="https://redirect.github.com/cython/cython/issues/7904">GH-7904</a>)</li> <li><a href="https://github.com/cython/cython/commit/82e43017f06644589ae1ae71fcf0693de5022308"><code>82e4301</code></a> Fix type checks for exception base types. (<a href="https://redirect.github.com/cython/cython/issues/7903">#7903</a>)</li> <li><a href="https://github.com/cython/cython/commit/207f4a96772228a7fe95689ed12239d6dae2bf41"><code>207f4a9</code></a> Allow pipes in srctree tests (<a href="https://redirect.github.com/cython/cython/issues/7901">GH-7901</a>)</li> <li><a href="https://github.com/cython/cython/commit/ef74612a84263f17ae2fa4624db920faf1059c9c"><code>ef74612</code></a> Update version for next release.</li> <li>Additional commits viewable in <a href="https://github.com/cython/cython/compare/3.2.9...3.3.0">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 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> Co-authored-by: Sam Bull <git@sambull.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 : )