COMMITS
/ Modules/_queuemodule.c April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
November 13, 2018
V
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
July 7, 2018
B
Make PySimpleQueueType static. (GH-8175)
Benjamin Peterson committed
January 15, 2018
A
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou committed