mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27125: Merge typo fixes from 3.5
This commit is contained in:
commit
e514093a2f
17 changed files with 20 additions and 21 deletions
|
@ -573,7 +573,7 @@ typedef struct PicklerObject {
|
|||
int bin; /* Boolean, true if proto > 0 */
|
||||
int framing; /* True when framing is enabled, proto >= 4 */
|
||||
Py_ssize_t frame_start; /* Position in output_buffer where the
|
||||
where the current frame begins. -1 if there
|
||||
current frame begins. -1 if there
|
||||
is no frame currently open. */
|
||||
|
||||
Py_ssize_t buf_size; /* Size of the current buffered pickle data */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue