| commit | 94e1696d04c65e19ea52e5c8664079c9d9aa0e54 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <pitrou@free.fr> | Tue Jan 16 00:27:16 2018 +0100 |
| committer | GitHub <noreply@github.com> | Tue Jan 16 00:27:16 2018 +0100 |
| tree | 2e68e71052365395b8fc843f30c9e430c0788ae6 | |
| parent | 5ec0feeeecc1617987ec6cdc6d62b916e718a5cf [diff] |
bpo-14976: Reentrant simple queue (#3346) Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().