Skip to content

gh-123961: remove global variable ModDict in _cursesmodule.c - #123962

Merged
vstinner merged 2 commits into
python:mainfrom
picnixz:curses/remove-global-dict-variable-123961
Sep 13, 2024
Merged

gh-123961: remove global variable ModDict in _cursesmodule.c#123962
vstinner merged 2 commits into
python:mainfrom
picnixz:curses/remove-global-dict-variable-123961

Conversation

@picnixz

@picnixzpicnixz commented Sep 11, 2024

Copy link
Copy Markdown
Member

@vstinnervstinner 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, but a comment is put in a weird place, just move it.

Comment threadModules/_cursesmodule.c Outdated
This moves the comment inside the `#if`-guarded block so that IDEs may choose not to render that comment on builds that do not support `update_lines_cols`.
@vstinner
vstinner enabled auto-merge (squash) September 13, 2024 10:30
@vstinner
vstinner merged commit 403f3dd into python:mainSep 13, 2024
@picnixz
picnixz deleted the curses/remove-global-dict-variable-123961 branch September 13, 2024 10:34
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.

2 participants

@picnixz@vstinner