Adding generator_stop to compile_future_features by matheusfgoncalves95 · Pull Request #5320 · RustPython/RustPython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, my autoformatter led to that silly mistake. I also somehow introduced compile_future_features there!
To answer your question: it seems to work.
I did a quick check on the Python interpreter and the import succeeds. The module also looks okay via dir() inspection.
Anyhow, I will fix it. Thanks for pointing that out.