Skip to content

gh-116946: fully implement GC protocol for zlib objects - #138290

Merged
picnixz merged 5 commits into
python:mainfrom
picnixz:fix/gc/zlib-heap-types-116946
Sep 1, 2025
Merged

gh-116946: fully implement GC protocol for zlib objects#138290
picnixz merged 5 commits into
python:mainfrom
picnixz:fix/gc/zlib-heap-types-116946

Conversation

@picnixz

@picnixzpicnixz commented Aug 31, 2025

Copy link
Copy Markdown
Member

@picnixz
picnixz marked this pull request as draft August 31, 2025 12:33
@picnixz
picnixzforce-pushed the fix/gc/zlib-heap-types-116946 branch from 2c6983e to 62cba6fCompareAugust 31, 2025 13:00
@picnixz
picnixz marked this pull request as ready for review August 31, 2025 13:01
Comment threadModules/zlibmodule.c Outdated
Comment threadModules/zlibmodule.c Outdated
Comment threadModules/zlibmodule.c Outdated
@picnixzpicnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Sep 1, 2025
@picnixz
picnixz merged commit 2a54acf into python:mainSep 1, 2025
51 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @picnixz, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 2a54acf3c3d9f388c3d878a17ea804a801affca9 3.14

@picnixz
picnixz deleted the fix/gc/zlib-heap-types-116946 branch September 1, 2025 08:24
@miss-islington-app

Copy link
Copy Markdown

Sorry, @picnixz, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 2a54acf3c3d9f388c3d878a17ea804a801affca9 3.13

picnixz added a commit to picnixz/cpython that referenced this pull request Sep 1, 2025
pythonGH-138290)
(cherry picked from commit 2a54acf)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-138327 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Sep 1, 2025
picnixz added a commit to picnixz/cpython that referenced this pull request Sep 1, 2025
pythonGH-138290)
(cherry picked from commit 2a54acf)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-138328 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Sep 1, 2025
picnixz added a commit that referenced this pull request Sep 1, 2025
lkollar pushed a commit to lkollar/cpython that referenced this pull request Sep 9, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@picnixz@auvipy@ZeroIntensity