8000 gh-123290: curses: fix reference leaks in error-branches and cleanup module's initialization by picnixz · Pull Request #123910 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-123290: curses: fix reference leaks in error-branches and cleanup module's initialization #123910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
update globals
  • Loading branch information
picnixz committed Sep 10, 2024
commit fd7372aaaa58fbf2e299122446c4c6571314b5c8
8 changes: 4 additions & 4 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,10 @@ Modules/_tkinter.c - trbInCmd -
Include/datetime.h - PyDateTimeAPI -
Modules/_ctypes/cfield.c _ctypes_get_fielddesc initialized -
Modules/_ctypes/malloc_closure.c - _pagesize -
Modules/_cursesmodule.c - initialised -
Modules/_cursesmodule.c - initialised_setupterm -
Modules/_cursesmodule.c - initialisedcolors -
Modules/_cursesmodule.c - screen_encoding -
Modules/_cursesmodule.c - CURSES_SETUPTERM_CALLED -
Modules/_cursesmodule.c - CURSES_INITSCR_CALLED -
Modules/_cursesmodule.c - CURSES_INITIALISED_COLORS -
Modules/_cursesmodule.c - CURSES_SCREEN_ENCODING -
Modules/_elementtree.c - expat_capi -
Modules/readline.c - libedit_append_replace_history_offset -
Modules/readline.c - using_libedit_emulation -
Expand Down
Loading
0