bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326) · python/cpython@6ab6292 · GitHub
Skip to content

Commit 6ab6292

Browse files
author
Yury Selivanov
authored
bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)
The refleak in question wasn't really important, as context vars are usually created at the toplevel and live as long as the interpreter lives, so the context var name isn't ever GCed anyways.
1 parent b31206a commit 6ab6292

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Python/context.c

Lines changed: 5 additions & 3 deletions

Python/hamt.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)