Yury Selivanov 6ab62920c8
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.
2018-01-25 14:18:55 -05:00
..
2016-09-07 09:26:18 -07:00
2018-01-22 19:11:18 -05:00
2017-11-05 15:37:50 +02:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library