[issue39999] Fix some issues with AST node classes

Serhiy Storchaka report at bugs.python.org
Wed Mar 18 06:05:11 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Yes, and this what PR 19056 does. It is not difficult, and if we can avoid a breakage, why not do this? We have kept all other deprecated classes, like Num and ExtSlice. In 3.10 we can add runtime warnings, and remove them in some future releases.

We alreade got a benefit of simplifying the compiler. Maintaining dummy classes does not cost much.

----------

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


More information about the Python-bugs-list mailing list