Message362259
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. |
|
| Date |
User |
Action |
Args |
| 2020-02-19 09:06:47 | pitrou | set | recipients:
+ pitrou, Nathan.Goldbaum |
| 2020-02-19 09:06:47 | pitrou | set | messageid: <[email protected]> |
| 2020-02-19 09:06:47 | pitrou | link | issue39681 messages |
| 2020-02-19 09:06:47 | pitrou | create | |
|