This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
100,922
Commits
6
Branches
593
Tags
2.9
GiB
2a2270db9b
Commit Graph
1 Commits
Author
SHA1
Message
Date
Antoine Pitrou
94e1696d04
bpo-14976: Reentrant simple queue (
#3346
)
...
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().
2018-01-16 00:27:16 +01:00