[issue41746] Add optional type information to asdl_seq objects

Batuhan Taskaya report at bugs.python.org
Tue Sep 8 16:53:25 EDT 2020


Batuhan Taskaya <isidentical at gmail.com> added the comment:

The problem with asdl_seq_int was that it was hard-coded since there was no entity that transpods data between different traversers / node visitors. PR 20193 tries to implement a general-purpose metadata system to eliminate that issue, and can be easily extended for this too!

----------

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


More information about the Python-bugs-list mailing list