Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump greenlet from 1.1.1 to 1.1.2 #17

Merged
merged 1 commit into from
Oct 1, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps greenlet from 1.1.1 to 1.1.2.

Changelog

Sourced from greenlet's changelog.

1.1.2 (2021-09-29)

  • Fix a potential crash due to a reference counting error when Python subclasses of greenlet.greenlet were deallocated. The crash became more common on Python 3.10; on earlier versions, silent memory corruption could result. See issue 245 <https://github.com/python-greenlet/greenlet/issues/245>_. Patch by fygao-wish.
  • Fix a leak of a list object when the last reference to a greenlet was deleted from some other thread than the one to which it belonged. For this to work correctly, you must call a greenlet API like getcurrent() before the thread owning the greenlet exits: this is a long-standing limitation that can also lead to the leak of a thread's main greenlet if not called; we hope to lift this limitation. Note that in some cases this may also fix leaks of greenlet objects themselves. See issue 251 <https://github.com/python-greenlet/greenlet/issues/251>_.
  • Python 3.10: Tracing or profiling into a spawned greenlet didn't work as expected. See issue 256 <https://github.com/python-greenlet/greenlet/issues/256>_, reported by Joe Rickerby.
Commits
  • ea9ad9c Preparing release 1.1.2
  • a7cd644 Add extra metadata to setup.py
  • 88ae96a Update change log to clarify greenlet/list leak
  • d70ab45 Merge pull request #259 from python-greenlet/issue256
  • 22e3464 Propagate the use_tracing value at switch time as well on 3.10.
  • 7eee763 Start adding some tests.
  • 4287a40 Fix profile behaviour in 3.10.
  • 127d6aa Merge pull request #253 from python-greenlet/issue251
  • da4ddc0 Fix #251 by getting the reference count of the list correct.
  • ebb9254 Add failing test for #251.
  • 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 [greenlet](https://github.com/python-greenlet/greenlet) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/python-greenlet/greenlet/releases)
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: greenlet
  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 Oct 1, 2021
@mmdbalkhi mmdbalkhi merged commit d42f0c2 into main Oct 1, 2021
@mmdbalkhi mmdbalkhi deleted the dependabot/pip/greenlet-1.1.2 branch October 1, 2021 17:33
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