[issue37253] PyCompilerFlags got a new cf_feature_version field

Guido van Rossum report at bugs.python.org
Wed Jun 12 14:14:43 EDT 2019


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

It's fine to document the current state. I don't think you should spend any time *changing* the API to "future-proof" it.

I am hoping that larger changes to the compiler implementation will happen before Python 4, which will make the whole API moot (including the "parser" module, which should be deprecated ASAP). The compiler is excluded from the ABI for a reason.

----------
nosy: +gvanrossum

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


More information about the Python-bugs-list mailing list