[PR #2364] [CLOSED] Bump greenlet from 1.1.0 to 1.1.2 #2535

Closed
opened 2026-02-27 12:11:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2364
Author: @dependabot[bot]
Created: 9/29/2021
Status: Closed

Base: masterHead: dependabot/pip/greenlet-1.1.2


📝 Commits (1)

  • 47b373f Bump greenlet from 1.1.0 to 1.1.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps greenlet from 1.1.0 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.

1.1.1 (2021-08-06)

  • Provide Windows binary wheels for Python 3.10 (64-bit only).

  • Update Python 3.10 wheels to be built against 3.10rc1, where applicable.

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2364 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/greenlet-1.1.2` --- ### 📝 Commits (1) - [`47b373f`](https://github.com/modoboa/modoboa/commit/47b373ff32dca9b117f5c5b5601f227fb96239c6) Bump greenlet from 1.1.0 to 1.1.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 1.1.0 to 1.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst">greenlet's changelog</a>.</em></p> <blockquote> <h1>1.1.2 (2021-09-29)</h1> <ul> <li>Fix a potential crash due to a reference counting error when Python subclasses of <code>greenlet.greenlet</code> were deallocated. The crash became more common on Python 3.10; on earlier versions, silent memory corruption could result. See <code>issue 245 &lt;https://github.com/python-greenlet/greenlet/issues/245&gt;</code>_. Patch by fygao-wish.</li> <li>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 <code>getcurrent()</code> 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 <code>issue 251 &lt;https://github.com/python-greenlet/greenlet/issues/251&gt;</code>_.</li> <li>Python 3.10: Tracing or profiling into a spawned greenlet didn't work as expected. See <code>issue 256 &lt;https://github.com/python-greenlet/greenlet/issues/256&gt;</code>_, reported by Joe Rickerby.</li> </ul> <h1>1.1.1 (2021-08-06)</h1> <ul> <li> <p>Provide Windows binary wheels for Python 3.10 (64-bit only).</p> </li> <li> <p>Update Python 3.10 wheels to be built against 3.10rc1, where applicable.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-greenlet/greenlet/commit/ea9ad9cd62fafe71b1cdd4eb6ed77bed533f7581"><code>ea9ad9c</code></a> Preparing release 1.1.2</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/a7cd644698046479bf068a4d152f6f80433b072d"><code>a7cd644</code></a> Add extra metadata to setup.py</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/88ae96ae08c055be0860b1c771cda1834a6e9543"><code>88ae96a</code></a> Update change log to clarify greenlet/list leak</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/d70ab454ab1c5d2bc605a73222197cab97faebfa"><code>d70ab45</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-greenlet/greenlet/issues/259">#259</a> from python-greenlet/issue256</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/22e346492540afc0ba9c08342030a5221ccf2904"><code>22e3464</code></a> Propagate the use_tracing value at switch time as well on 3.10.</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/7eee763928360a91d98909c593969eefe8f3788b"><code>7eee763</code></a> Start adding some tests.</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/4287a403ca83005143610d36e8df688a67e3b462"><code>4287a40</code></a> Fix profile behaviour in 3.10.</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/127d6aadf07ab9e49031575fee4d12217ffbd93d"><code>127d6aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/python-greenlet/greenlet/issues/253">#253</a> from python-greenlet/issue251</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/da4ddc0509008da0345a63d637792ca56d10747f"><code>da4ddc0</code></a> Fix <a href="https://github-redirect.dependabot.com/python-greenlet/greenlet/issues/251">#251</a> by getting the reference count of the list correct.</li> <li><a href="https://github.com/python-greenlet/greenlet/commit/ebb925435100edc9ca4c465bd4c5db82564f5eaa"><code>ebb9254</code></a> Add failing test for <a href="https://github-redirect.dependabot.com/python-greenlet/greenlet/issues/251">#251</a>.</li> <li>Additional commits viewable in <a href="https://github.com/python-greenlet/greenlet/compare/1.1.0...1.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=greenlet&package-manager=pip&previous-version=1.1.0&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2535
No description provided.