Message345505
> It's fine to document the current state. I don't think you should spend any time *changing* the API to "future-proof" it.
Ok.
> 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.
Aha, that sounds exciting :-)
I created bpo-37268 to propose to deprecate the parser module in Python 3.8.
--
PyCompilerFlags changes are now documented. I made the small code changes that I wanted to do in 3.8 and master. I close the issue. |
|
Date |
User |
Action |
Args |
2019-06-13 12:12:39 | vstinner | set | recipients:
+ vstinner, gvanrossum, miss-islington |
2019-06-13 12:12:39 | vstinner | set | messageid: <1560427959.38.0.0983683322874.issue37253@roundup.psfhosted.org> |
2019-06-13 12:12:39 | vstinner | link | issue37253 messages |
2019-06-13 12:12:39 | vstinner | create | |
|