commit | 35f60c3def32f83c73c9314809569cb7793f985c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Apr 12 12:22:17 2024 +0300 |
committer | GitHub <noreply@github.com> | Fri Apr 12 12:22:17 2024 +0300 |
tree | d1ad1e6bf32e74e7b16b10a8da1873939552b294 | |
parent | 2638c28be07679bf56e38e586fabddd43b19c9bc [diff] |
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.