summaryrefslogtreecommitdiffstats
path: root/Modules/_queuemodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+400