Commit 742a7d9
authored
Bump cython from 3.0.9 to 3.0.10 (#8279)
Bumps [cython](https://github.com/cython/cython) from 3.0.9 to 3.0.10.
<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.0.10 (2024-03-30)</h1>
<h2>Bugs fixed</h2>
<ul>
<li>
<p>Cython generated incorrect self-casts when directly calling final
methods of subtypes.
Patch by Lisandro Dalcin. (Github issue :issue:<code>2747</code>)</p>
</li>
<li>
<p>Internal C names generated from C function signatures could become
too long for MSVC.
(Github issue :issue:<code>6052</code>)</p>
</li>
<li>
<p>The <code>noexcept</code> warnings could be misleading in some cases.
Patch by Gonzalo Tornaría. (Github issue :issue:<code>6087</code>)</p>
</li>
<li>
<p>The <code>@cython.ufunc</code> implementation could generate
incomplete C code.
(Github issue :issue:<code>6064</code>)</p>
</li>
<li>
<p>The <code>libcpp.complex</code> declarations could result in
incorrect C++ code.
Patch by Raffi Enficiaud. (Github issue :issue:<code>6037</code>)</p>
</li>
<li>
<p>Several tests were adapted to work with both NumPy 1.x and 2.0.
Patch by Matti Picus. (Github issues :issue:<code>6076</code>,
:issue:<code>6100</code>)</p>
</li>
<li>
<p>C compiler warnings when the freelist implementation is disabled
(e.g. on PyPy) were fixed.
It can now be disabled explicitly with the C macro guard
<code>CYTHON_USE_FREELISTS=0</code>.
(Github issue :issue:<code>6099</code>)</p>
</li>
<li>
<p>Some C macro guards for feature flags were missing from the NOGIL
Python configuration.</p>
</li>
<li>
<p>Some recently added builtins were unconditionally looked up at module
import time
(if used by user code) that weren't available on all Python versions and
could thus
fail the import.</p>
</li>
<li>
<p>A performance hint regarding exported pxd declarations was improved.
(Github issue :issue:<code>6001</code>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cython/cython/commit/7ae85318297ed306b84ecc72d0279e27090b25f3"><code>7ae8531</code></a>
Build: Upgrade action version.</li>
<li><a
href="https://github.com/cython/cython/commit/71c5775d250ea2ed874ab1ecdd5a2f769fe1d6e7"><code>71c5775</code></a>
Fix Py3-ism in Py2/3 code.</li>
<li><a
href="https://github.com/cython/cython/commit/6cab0d609272e33b9c999e4cd3c6ecbf564b026f"><code>6cab0d6</code></a>
Prepare release of 3.0.10.</li>
<li><a
href="https://github.com/cython/cython/commit/4e842a9d8d4c0e9cdd9ac4ad4128f073ea4bca00"><code>4e842a9</code></a>
Remove a useless 'f' string prefix.</li>
<li><a
href="https://github.com/cython/cython/commit/8aba690f708739cda8732f71ff4269a0b973c1a9"><code>8aba690</code></a>
Improve performance hints for nogil + pxd (<a
href="https://redirect.github.com/cython/cython/issues/6088">#6088</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/ae120d5ce4f4cf02f6d68990cb5597bec7864218"><code>ae120d5</code></a>
Disable pstats tests also in 3.13 as long as they wait for a new C-API
in CPy...</li>
<li><a
href="https://github.com/cython/cython/commit/27364ef96ae542f3486abeecb6902f48e5868ca9"><code>27364ef</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/e178fc20c3af43257a9c87bcc6b3f2be2854b34a"><code>e178fc2</code></a>
Reduce cap length of cnames generated from long function argument lists
(GH-...</li>
<li><a
href="https://github.com/cython/cython/commit/03e839359d841a39966096cf3be8ea8edd1b6f7d"><code>03e8393</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/5fc42b1c3cd8441861bbb778cd2b2868b3759870"><code>5fc42b1</code></a>
Fix self cast when calling final methods (<a
href="https://redirect.github.com/cython/cython/issues/6085">GH-6085</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cython/cython/compare/3.0.9...3.0.10">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 1542348 commit 742a7d9
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments