Skip to content

gh-123913: Fix NULL handling in _curses_initscr_impl of _cursesmodule - #123914

Closed
sobolevn wants to merge 1 commit into
python:mainfrom
sobolevn:issue-123913
Closed

gh-123913: Fix NULL handling in _curses_initscr_impl of _cursesmodule#123914
sobolevn wants to merge 1 commit into
python:mainfrom
sobolevn:issue-123913

Conversation

@sobolevn

@sobolevnsobolevn commented Sep 10, 2024

Copy link
Copy Markdown
Member

Thanks to @n-bes for the help with this bug.

@picnixz

picnixz commented Sep 10, 2024

Copy link
Copy Markdown
Member

I think I addressed it in #123910 (I think we can use #123290 to track the curses bugs unless you want this specific one addressed in a separate issue since it's not entirely related to a reference leak) [my PR is to prepare a refactorization of the curses module]

@sobolevn

Copy link
Copy Markdown
MemberAuthor

Oh, you beat me by just 2 hours :)
Great work. Closing this PR in favor of #123910

@picnixz

Copy link
Copy Markdown
Member

(Actually, I worked on curses since last week; I just split my PR into multiple ones instead. The original one is #123630).

Sign up for freeto 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

@sobolevn@picnixz