Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jun 9, 2025

See Commits and Changes for more details.


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

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

Bumps [cython](https://github.com/cython/cython) from 3.1.1 to 3.1.2.
<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.1.2 (2025-06-09)</h1>
<h2>Bugs fixed</h2>
<ul>
<li>
<p>Attribute lookups failed on the <code>bool</code> builtin type.
(Github issue :issue:<code>6905</code>)</p>
</li>
<li>
<p>Type checks on or-ed union types could incorrectly return false.
(Github issue :issue:<code>6420</code>)</p>
</li>
<li>
<p>Negative list indexing could accidentally wrap around twice in PyPy
and the Limited API.</p>
</li>
<li>
<p>Iterating over literal sequences with starred (unpacked) items could
infer a wrong
type for the loop variable and fail to assign the values.
(Github issue :issue:<code>6924</code>)</p>
</li>
<li>
<p>Calls to C functions taking exception types failed to check for a
<code>None</code> argument.
(Github issue :issue:<code>6420</code>)</p>
</li>
<li>
<p>Fused functions had an incorrect <code>__module__</code> attribute.
(Github issue :issue:<code>6897</code>)</p>
</li>
<li>
<p>The type of Cython implemented functions had an incorrect
<code>__module__</code> attribute.
(Github issue :issue:<code>6841</code>)</p>
</li>
<li>
<p>Errors while indexing into <code>bytearray</code> or <code>str</code>
in <code>nogil</code> sections could crash.
(Github issue :issue:<code>6947</code>)</p>
</li>
<li>
<p><code>bytearray.append()</code> could silently accept some invalid
character numbers.</p>
</li>
<li>
<p>The C++11 <code>&lt;type_traits&gt;</code> header was included
regardless of the C++ version.
(Github issue :issue:<code>6896</code>)</p>
</li>
<li>
<p><code>PyDict_GetItemStringRef()</code> was accidentally used in older
Limited API versions.
(Github issue :issue:<code>6914</code>)</p>
</li>
<li>
<p><code>abort()</code> was used but not always available in the Limited
API.
(Github issue :issue:<code>6918</code>)</p>
</li>
<li>
<p>Some dependencies were missing from the <code>depfile</code>.
(Github issue :issue:<code>6938</code>)</p>
</li>
<li>
<p>Embedded function signatures were not always separated from the
existing docstring.
(Github issue :issue:<code>6904</code>)</p>
</li>
<li>
<p><code>numpy.math</code> was missing from
<code>Cython/Includes/</code> and could not be cimported.
(Github issue :issue:<code>6859</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/51f471dad7c8588c77d4f60f90fc5855bd012790"><code>51f471d</code></a>
Bump ccache action version (<a
href="https://redirect.github.com/cython/cython/issues/6955">GH-6955</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/40c232487d787341fc8fa24b3d72520034eb7021"><code>40c2324</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/98b70ee3ec2a60c570b97862561da468b7cc28ca"><code>98b70ee</code></a>
Fixup shared metaclass in 3.1.x (<a
href="https://redirect.github.com/cython/cython/issues/6953">GH-6953</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/59e2502c1f87b14fb6743e274b4fbf4bb8c01240"><code>59e2502</code></a>
Make sure we correctly reject large negative integer values in
&quot;bytearray.app...</li>
<li><a
href="https://github.com/cython/cython/commit/466891c90a8d78b586da3940edf024fc780c9119"><code>466891c</code></a>
Use an explicit cast to avoid a C conversion warning.</li>
<li><a
href="https://github.com/cython/cython/commit/b0d6aa15be3f1440575fecad1e58adc5b06f5935"><code>b0d6aa1</code></a>
Prepare release of 3.1.2.</li>
<li><a
href="https://github.com/cython/cython/commit/0440d5fb00487cac465be9d55a4e4fb97643ffdb"><code>0440d5f</code></a>
Update changelog.</li>
<li><a
href="https://github.com/cython/cython/commit/e860884936f1da77bf30742f767edd1a3f5d9355"><code>e860884</code></a>
Fix <code>__module__</code> attribute of shared types with metaclass (<a
href="https://redirect.github.com/cython/cython/issues/6882">#6882</a>)</li>
<li><a
href="https://github.com/cython/cython/commit/5e9d7ad9b12d9715d5a83f3183d6b2d291f5855f"><code>5e9d7ad</code></a>
Build: Explicitly include &quot;numpy/math.pxd&quot; again.</li>
<li><a
href="https://github.com/cython/cython/commit/ea65182b1ec016f3621ed376c1f664c864f11d76"><code>ea65182</code></a>
Fix error handling in nogil indexing of bytearray and str (<a
href="https://redirect.github.com/cython/cython/issues/6947">#6947</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cython/cython/compare/3.1.1...3.1.2">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.1.1&new-version=3.1.2)](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>
@pull pull bot added the ⤵️ pull label Jun 9, 2025
@pull pull bot merged commit b66668d into tj-python:master Jun 9, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 9, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (8795da3) to head (b66668d).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #271      +/-   ##
==========================================
+ Coverage   97.78%   98.85%   +1.07%     
==========================================
  Files         129      131       +2     
  Lines       42899    42966      +67     
  Branches     2303     2314      +11     
==========================================
+ Hits        41948    42476     +528     
+ Misses        782      340     -442     
+ Partials      169      150      -19     
Flag Coverage Δ
CI-GHA 98.75% <ø> (+1.04%) ⬆️
OS-Linux 98.47% <ø> (?)
OS-Windows 96.80% <ø> (?)
OS-macOS 97.70% <ø> (ø)
Py-3.10.11 97.34% <ø> (+0.26%) ⬆️
Py-3.10.17 97.83% <ø> (?)
Py-3.11.12 98.02% <ø> (?)
Py-3.11.9 97.54% <ø> (+0.26%) ⬆️
Py-3.12.10 98.40% <ø> (+1.03%) ⬆️
Py-3.13.3 98.38% <ø> (+1.01%) ⬆️
Py-3.9.13 97.23% <ø> (+0.26%) ⬆️
Py-3.9.22 97.71% <ø> (?)
Py-pypy7.3.16 82.70% <ø> (?)
VM-macos 97.70% <ø> (ø)
VM-ubuntu 98.47% <ø> (?)
VM-windows 96.80% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant