Skip to content

gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module #117773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 11, 2024

__reduce__() does not have parameters, __reduce_ex__() has a single parameter.

…he _io module

__reduce__() does not have parameters, __reduce_ex__() has a single
parameter.
@serhiy-storchaka serhiy-storchaka merged commit 35f60c3 into python:main Apr 12, 2024
38 checks passed
@serhiy-storchaka serhiy-storchaka deleted the io-signatures branch April 12, 2024 09:22
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…he _io module (pythonGH-117773)

__reduce__() does not have parameters, __reduce_ex__() has a single
parameter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants