This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients Nathan.Goldbaum, pitrou
Date 2020-02-19.09:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582103207.56.0.975014625104.issue39681@roundup.psfhosted.org>
In-reply-to
Content
Right, I think at some point during the PEP 574 implementation review, we decided that the input object had to be a proper file implementation
(for example, deriving from io.BufferedIOBase).

I think it should be easy for PyTorch to fix this internally (by deriving from the proper io base class), but we can also add a fix to pickle.
History
Date User Action Args
2020-02-19 09:06:47pitrousetrecipients: + pitrou, Nathan.Goldbaum
2020-02-19 09:06:47pitrousetmessageid: <1582103207.56.0.975014625104.issue39681@roundup.psfhosted.org>
2020-02-19 09:06:47pitroulinkissue39681 messages
2020-02-19 09:06:47pitroucreate