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
102,311
Commits
6
Branches
592
Tags
2.4
GiB
76531e2e82
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