COMMITS
/ Modules/_queuemodule.c April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
December 28, 2020
E
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
Erlend Egeberg Aasland committed
November 19, 2020
C
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Christian Heimes committed
November 7, 2020
E
bpo-40077: Convert _queuemodule to use heap types (GH-23136)
Erlend Egeberg Aasland committed
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