SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
Y
Yury Selivanov committed
6ab62920c87930dedc31fe633ecda3e51d3d7503
Parent: b31206a
Committed by GitHub <noreply@github.com> on 1/25/2018, 7:18:55 PM