Skip to content

[3.15] gh-156946: Unlink a curses panel before dropping its user pointer (GH-156947) - #157540

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-df02e26-3.15
Open

miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-df02e26-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

A del of the user pointer could get the panel being deallocated
from top_panel() and crash the interpreter.
(cherry picked from commit df02e26)

Co-authored-by: Vyron Vasileiadis hi@fedonman.com

…er (pythonGH-156947)

A __del__ of the user pointer could get the panel being deallocated
from top_panel() and crash the interpreter.
(cherry picked from commit df02e26)

Co-authored-by: Vyron Vasileiadis <hi@fedonman.com>
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