[issue33762] temp file isn't IOBase

Greg Lindahl report at bugs.python.org
Tue Jun 4 12:18:15 EDT 2019


Greg Lindahl <lindahl at pbm.com> added the comment:

This is breaking aiohttp client file multipart uploads from temporary files. I'd be willing to bet that a lot of libraries do isinstance(foo, io.IOBase) deep in their guts.

----------
nosy: +wumpus

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33762>
_______________________________________


More information about the Python-bugs-list mailing list