| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| | "compile_future_features" => {} | ||
| "generator_stop" => {} |
There was a problem hiding this comment.
Does this work?
| | "compile_future_features" => {} | |
| "generator_stop" => {} | |
| | "compile_future_features" | |
| | "generator_stop" => {} |
Sorry, something went wrong.
There was a problem hiding this comment.
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.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for contributing! Your patch also fixed a test in test_contextlib. Could you also update the test? Removing @unittest.expectedFailure will fix the CI failure
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
As well as some mild formatting.
Fix #4060