Skip to content

chore(deps): update dependency greenlet to v3.5.0#304

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/greenlet-3.x
Open

chore(deps): update dependency greenlet to v3.5.0#304
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/greenlet-3.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux Bot commented Mar 25, 2026

This PR contains the following updates:

Package Change Age Confidence
greenlet (changelog) ==3.3.0==3.5.0 age confidence

Release Notes

python-greenlet/greenlet (greenlet)

v3.5.0

Compare Source

==================

  • Remove the atexit callback. This callback caused greenlet APIs
    to become unavailable far too soon during interpreter shutdown. Now
    they remain available while all atexit callbacks run. Sometime
    after Py_IsFinalizing becomes true, they may begin misbehaving.
    Because the order in which C extensions are finalized is undefined,
    C extensions that are sensitive to this need to check the results of
    that function before invoking greenlet APIs. As a convenience,
    PyGreenlet_GetCurrent sets an exception and returns NULL
    when this happens (and greenlet.getcurrent begins returning
    None); other greenlet C API functions have undefined behaviour.
    Methods invoked directly on pre-existing greenlet.greenlet
    objects will continue to function at least until the greenlet C
    extension has been garbage collected and finalized.

    See PR 508 <https://github.com/python-greenlet/greenlet/pull/508>_.

v3.4.0

Compare Source

==================

  • Publish binary wheels for RiscV 64.

  • Fix multiple rare crash paths during interpreter shutdown.

    Note that this now relies on the atexit module, and introduces
    subtle API changes during interpreter shutdown (for example,
    getcurrent is no longer available once the atexit callback fires).

    See PR #&#8203;499 <https://github.com/python-greenlet/greenlet/pull/499>_ by Nicolas
    Bouvrette.

  • Address the results of an automated code audit performed by
    Daniel Diniz. This includes several minor correctness changes that
    theoretically could have been crashing bugs, but typically only in
    very rare circumstances.

    See PR 502 <https://github.com/python-greenlet/greenlet/pull/502>_.

  • Fix several race conditions that could arise in free-threaded
    builds when using greenlet objects from multiple threads, some of
    which could lead to assertion failures or interpreter crashes.

    See issue 503 <https://github.com/python-greenlet/greenlet/issues/503>_, with
    thanks to Nitay Dariel and Daniel Diniz.

v3.3.2

Compare Source

==================

  • Fix a crash on Python 3.10 if there are active greenlets during
    interpreter shutdown. See PR 495 <https://github.com/python-greenlet/greenlet/pull/495>_ by Nicolas
    Bouvrette.

v3.3.1

Compare Source

==================

  • Publish Windows ARM binary wheels, where available.
  • Fix compilation for 3.14t on Windows.
  • Publish Windows 3.14t binary wheels for Intel.
  • Switch from Appveyor for Windows to Github Actions.
  • Fix compilation on MIPS with GCC 15 and binutils 2.45. See PR 487 by Rosen Penev <https://github.com/python-greenlet/greenlet/pull/487>_. Note that
    this is not a platform tested by this project's CI.
  • Move most project metadata into the static pyproject.toml file.
    This updates licensing information to use the modern
    License-Expression field. See PR 480 by mrbean-bremen <https://github.com/python-greenlet/greenlet/pull/480/>_.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/greenlet-3.x branch 2 times, most recently from ac5988e to b69d233 Compare April 8, 2026 20:04
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency greenlet to v3.3.2 Update dependency greenlet to v3.4.0 Apr 8, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update dependency greenlet to v3.4.0 chore(deps): update dependency greenlet to v3.4.0 Apr 13, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/greenlet-3.x branch from b69d233 to b5e6d6e Compare April 27, 2026 16:04
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update dependency greenlet to v3.4.0 chore(deps): update dependency greenlet to v3.5.0 Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants