Skip to content

[3.13] gh-116946: fully implement GC protocol for _curses_panel.panel (GH-138333)#138428

Merged
picnixz merged 1 commit into
python:3.13from
picnixz:backport-572df47-3.13
Sep 6, 2025
Merged

[3.13] gh-116946: fully implement GC protocol for _curses_panel.panel (GH-138333)#138428
picnixz merged 1 commit into
python:3.13from
picnixz:backport-572df47-3.13

Conversation

@picnixz

@picnixz picnixz commented Sep 3, 2025

Copy link
Copy Markdown
Member

This commit fixes possible reference loops via panel.set_userptr by implementing tp_clear and tp_traverse for panel objects.

(cherry picked from commit 572df47)

…l.panel` (pythonGH-138333)

This commit fixes possible reference loops via `panel.set_userptr`
by implementing `tp_clear` and `tp_traverse` for panel objects.
(cherry picked from commit 572df47)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@picnixz picnixz changed the title [3.14] gh-116946: fully implement GC protocol for _curses_panel.panel (GH-138333) [3.13] gh-116946: fully implement GC protocol for _curses_panel.panel (GH-138333) Sep 3, 2025

@serhiy-storchaka serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@picnixz picnixz merged commit afec2c7 into python:3.13 Sep 6, 2025
43 checks passed
@picnixz picnixz deleted the backport-572df47-3.13 branch September 6, 2025 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants