summaryrefslogtreecommitdiff
path: root/Modules/_queuemodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...Jeroen Demeyer2019-05-301-2/+2
* bpo-35081: Make some _PyGC macros internal (GH-10507)Victor Stinner2018-11-131-1/+1
* Fix misleading mentions of tp_size in comments (GH-9093)Peter Eisentraut2018-09-101-1/+1
* Make PySimpleQueueType static. (GH-8175)Benjamin Peterson2018-07-071-2/+2
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-161-0/+400