Merged
Conversation
Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.3.2 to 3.4.0. - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.3.2...3.4.0) --- updated-dependencies: - dependency-name: greenlet dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
35afd21 to
0d5fccf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps greenlet from 3.3.2 to 3.4.0.
Changelog
Sourced from greenlet's changelog.
Commits
df6734ePreparing release 3.4.00f86075Merge pull request #504 from python-greenlet/freethreading-fixes4596574TLBC: crash appears to still happen on CI 3.14t ubuntu. Re-enable workaround.2f4a1cfMake green_switch (python level greenlet.switch) and green_throw check for (p...a0c2a2aFix unused variable warning when asserts are disabled.8688581gcc was complaining about an incomplete std::atomic type. make sure we includ...449c760Make MainGreenlet._thread_state atomic; we use it for cross thread checking a...f840e00Add critical sections to greenlet attribute accessors.6b281d3test_contextvars: No need for the fallback case where contextvars isn't avail...f52615aMerge pull request #502 from python-greenlet/devdanzin-audit