Uh oh!
There was an error while loading. Please reload this page.
gh-101819: Explicitly disallow pickle protocols 0 and 1 in _io - #104370
gh-101819: Explicitly disallow pickle protocols 0 and 1 in _io#104370erlend-aasland wants to merge 4 commits into
Conversation
This is part of the preparations for isolating the _io module.
See #84258 (comment) and #85224 (comment), for more info |
vstinner
commented
May 11, 2023
I'm not confortable to have to dig deep into the bug tracker to get reliable information about object serialization. Can it be written in the Python documentation instead? Since these comments, I recall that @serhiy-storchaka made generic changes on base object type so it's no longer needed, no?
|
erlend-aasland
commented
May 11, 2023
Hm, perhaps we only need to change the _io tests. |
erlend-aasland
commented
May 11, 2023
I believe you are right, @vstinner; there is no need for this. |
This is part of the preparations for isolating the _io module.
_ioextension module #101819