summaryrefslogtreecommitdiffstats
path: root/Python/context.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings produced by different compilers. (#5593)Serhiy Storchaka2018-02-091-2/+2
* bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363)Yury Selivanov2018-01-271-3/+6
* bpo-32436: Make PyContextVar_Get a little bit faster (#5350)Yury Selivanov2018-01-261-1/+2
* bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)Yury Selivanov2018-01-251-3/+5
* bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)Yury Selivanov2018-01-241-1/+1
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-0/+1220