Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump cython from 0.29.33 to 0.29.34 #396

Merged
merged 1 commit into from
Apr 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps cython from 0.29.33 to 0.29.34.

Changelog

Sourced from cython's changelog.

0.29.34 (2023-04-02)

Bugs fixed

  • A refence leak of the for-loop list/tuple iterable was resolved if the for-loop's else: branch executes a break for an outer loop. (Github issue :issue:5347)

  • Some C compile failures in CPython 3.12 were resolved.

  • Some old usages of the deprecated Python imp module were replaced with importlib. Patch by Matúš Valo. (Github issue :issue:5300)

  • Some issues with depfile generation were resolved. Patches by Eli Schwartz. (Github issues :issue:5279, :issue:5291)

.. _0.29.33:

Commits
  • 81cc29a Prepare release of 0.29.34.
  • f1928e2 Disable "pylong" and "longintrepr" tests in Py3.12 that accessed PyLongObject...
  • 062d11f Update changelog.
  • c96d7fd Avoid accessing "PyGenObject->gi_code", which was removed in CPython 3.12a6 a...
  • 7457387 Add an explicit (although unnecessary) "noexcept" marker to the "PyCapsule_De...
  • 4c42949 Fix a reference leak when a for-loop's "else:" branch contains a "break" for ...
  • d0d1cde Update changelog.
  • 9c81e19 Do not attempt to write out a depfile on failure (GH-5291)
  • a121544 Allow globally forcing C file regeneration by setting the env var CYTHON_FORC...
  • 43ce558 Account for possible extension type struct padding when calculating the items...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [cython](https://github.com/cython/cython) from 0.29.33 to 0.29.34.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.33...0.29.34)

---
updated-dependencies:
- dependency-name: cython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pip dependencies pip dependencies label Apr 3, 2023
@github-actions github-actions bot merged commit 1ccd6a9 into master Apr 3, 2023
11 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cython-0.29.34 branch April 3, 2023 14:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pip dependencies pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants