bpo-14976: Reentrant simple queue (#3346)
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().
Showing
This diff is collapsed.
Please
register
or
sign in
to comment
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().