| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Many type object initializations labeled a field "tp_size" in the
comment, but the name of that field is tp_basicsize..
(cherry picked from commit 0e0bc4e221f592f305d335faf5f8046484eb9238)
Co-authored-by: Peter Eisentraut <peter@eisentraut.org>
|
| |
|
|
|
| |
(cherry picked from commit 9b50a7f29b761920c04d8c3435d216145da15311)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
|
|
|
Add a queue.SimpleQueue class, an unbounded FIFO queue with a reentrant C implementation of put().
|