marco-c / crashsimilarity

Similarity between crash reports
Mozilla Public License 2.0
9 stars 12 forks source link

Bump cython from 0.29.21 to 0.29.26 #288

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps cython from 0.29.21 to 0.29.26.

Changelog

Sourced from cython's changelog.

0.29.26 (2021-12-16)

Bugs fixed

  • An incompatibility with CPython 3.11.0a3 was resolved. (Github issue :issue:4499)

  • The in operator failed on literal lists with starred expressions. Patch by Arvind Natarajan. (Github issue :issue:3938)

  • A C compiler warning in PyPy about a missing struct field initialisation was resolved.

.. _0.29.25:

0.29.25 (2021-12-06)

Bugs fixed

  • Several incompatibilities with CPython 3.11 were resolved. Patches by David Woods, Victor Stinner, Thomas Caswell. (Github issues :issue:4411, :issue:4414, :issue:4415, :issue:4416, :issue:4420, :issue:4428, :issue:4473, :issue:4479, :issue:4480)

  • Some C compiler warnings were resolved. Patches by Lisandro Dalcin and others. (Github issue :issue:4439)

  • C++ std::move() should only be used automatically in MSVC versions that support it. Patch by Max Bachmann. (Github issue :issue:4191)

  • The Py_hash_t type failed to accept arbitrary "index" values. (Github issue :issue:2752)

  • Avoid copying unaligned 16-bit values since some platforms require them to be aligned. Use memcpy() instead to let the C compiler decide how to do it. (Github issue :issue:4343)

  • Cython crashed on invalid truthiness tests on C++ types without operator bool. Patch by David Woods. (Github issue :issue:4348)

  • The declaration of PyUnicode_CompareWithASCIIString() in cpython.unicode was incorrect. Patch by Max Bachmann. (Github issue :issue:4344)

.. _0.29.24:

... (truncated)

Commits
  • 3028e8c Update changelog.
  • 914bee4 Add "tp_pypy_flags" field to PyTypeObject struct when compiling in PyPy 6.0+ ...
  • 8daf640 Prepare release of 0.29.26.
  • 4ce2721 Revert "Add tp_inline_values_offset to slot_table (0.29.x) (GH-4473)"
  • 1faf51f Prevent in-list optimisation when the list contains starred expresssions (GH-...
  • 20b3d5b Clean up CFLAGS/LDFLAGS setup in wheel build.
  • fc36850 Update release date, now that it took a little longer.
  • 488e21a Also upload the musllinux wheels to GH Releases.
  • 4c4585c Also upload the Python tgz and wheel to GH Releases.
  • b2780f2 Add more wheel targets and use the normal Makefile wheel build for everything.
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #291.