Skip to content

Bump cython from 0.29.28 to 0.29.29#25

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/cython-0.29.29
Closed

Bump cython from 0.29.28 to 0.29.29#25
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/cython-0.29.29

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 17, 2022

Bumps cython from 0.29.28 to 0.29.29.

Changelog

Sourced from cython's changelog.

0.29.29 (2022-05-16)

Features added

  • Avoid acquiring the GIL at the end of nogil functions. This change was backported in order to avoid generating wrong C code that would trigger C compiler warnings with tracing support enabled. Backport by Oleksandr Pavlyk. (Github issue :issue4637)

Bugs fixed

  • Function definitions in finally: clauses were not correctly generated. Patch by David Woods. (Github issue :issue:4651)

  • A case where C-API functions could be called with a live exception set was fixed. Patch by Jakub Kulík. (Github issue :issue:4722)

  • Pickles can now be exchanged again with those generated from Cython 3.0 modules. (Github issue :issue:4680)

  • Cython now correctly generates Python methods for both the provided regular and reversed special numeric methods of extension types. Patch by David Woods. (Github issue :issue4750)

  • Calling unbound extension type methods without arguments could raise an IndexError instead of a TypeError. Patch by David Woods. (Github issue :issue4779)

  • Calling unbound .__contains__() super class methods on some builtin base types could trigger an infinite recursion. Patch by David Woods. (Github issue :issue4785)

  • The C union type in pure Python mode mishandled some field names. Patch by Jordan Brière. (Github issue :issue:4727)

  • Allow users to overwrite the C macro _USE_MATH_DEFINES. Patch by Yuriy Chernyshov. (Github issue :issue:4690)

  • Improved compatibility with CPython 3.10/11. Patches by Thomas Caswell, David Woods. (Github issues :issue:4609, :issue:4667, :issue:4721, :issue:4730, :issue:4777)

  • Docstrings of descriptors are now provided in PyPy 7.3.9. Patch by Matti Picus. (Github issue :issue:4701)

.. _0.29.28:

Commits
  • 84bf400 Prepare release of 0.29.29.
  • 60f4105 Update changelog.
  • c100f5e Remove ".contains" -> "PySequence_Contains" slot mappings for known built...
  • 4e23f3e Update changelog.
  • 34640e2 Fix version detection and compile/runtime Python version warning with double-...
  • 5cd417c Change IndexError to TypeError when calling unbound CyFunctions (GH-4783)
  • 28857fd Fix credited author name in changelog.
  • ac29e89 Update changelog.
  • f143148 Adapt doctest to new exception messages in Py3.11 (says "modulo" instead of "...
  • 7407341 Avoid acquiring the GIL at the end of nogil functions (GH-3556) (GH-4749)
  • 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.28 to 0.29.29.
- [Release notes](https://github.com/cython/cython/releases)
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst)
- [Commits](cython/cython@0.29.28...0.29.29)

---
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 dependencies Pull requests that update a dependency file label May 17, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2338601602

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.166%

Totals Coverage Status
Change from base Build 2331356919: 0.0%
Covered Lines: 8947
Relevant Lines: 9208

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 18, 2022

Superseded by #26.

@dependabot dependabot bot closed this May 18, 2022
@dependabot dependabot bot deleted the dependabot/pip/cython-0.29.29 branch May 18, 2022 12:32
@coveralls
Copy link

coveralls commented Apr 1, 2025

Pull Request Test Coverage Report for Build 2338601602

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.166%

Totals Coverage Status
Change from base Build 2331356919: 0.0%
Covered Lines: 8947
Relevant Lines: 9208

💛 - Coveralls

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant