| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This is part of the preparations for isolating the _io module.
|
See #84258 (comment) and #85224 (comment), for more info |
Sorry, something went wrong.
|
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? object.__reduce__() has now a default implementation which returns the string "NotImplemented". Is this change still needed? |
Sorry, something went wrong.
Hm, perhaps we only need to change the _io tests. |
Sorry, something went wrong.
|
I believe you are right, @vstinner; there is no need for this. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is part of the preparations for isolating the _io module.