Juan Luis
07/24/2024, 8:16 AMIn version 3.13, we will have access from Python scripts to more of the compilation stages: Instead of the old 4-stage pipeline (source --> tokens --> AST --> code object), we will have a more refined pipeline (source --> tokens --> AST --> optimized AST --> pseudo bytecode --> optimized pseudo bytecode --> code object).I think there's great value in designing developer tools in "layers" that power users can peek into
Juan Luis
07/24/2024, 8:17 AMpoliastro
and poliastro.core
(apologies for the shameless plug!) https://nbviewer.org/format/slides/github/astrojuanlu/scipy-us-2022-poliastro-talk/blob/main/Talk.ipynb#/6/4