]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 12 Apr 2024 09:22:17 +0000 (12:22 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Apr 2024 09:22:17 +0000 (12:22 +0300)
commit35f60c3def32f83c73c9314809569cb7793f985c
treed1ad1e6bf32e74e7b16b10a8da1873939552b294
parent2638c28be07679bf56e38e586fabddd43b19c9bc
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module (GH-117773)

__reduce__() does not have parameters, __reduce_ex__() has a single
parameter.
Modules/_io/bufferedio.c
Modules/_io/fileio.c
Modules/_io/textio.c