This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
2
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
101,357
Commits
6
Branches
604
Tags
2.9
GiB
cedc9b7420
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