[issue32873] Pickling of typing types

Guido van Rossum report at bugs.python.org
Mon Feb 19 11:21:21 EST 2018


Guido van Rossum <guido at python.org> added the comment:

I think it would be nice it would be pickled by name so the pickles are
compatible between Python versions.

What would we do for List[int]?

How are regular ABCs pickled?

----------

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


More information about the Python-bugs-list mailing list