patchy
patchy copied to clipboard
Add closure variables into global scope
Fixes #430
I think you're off to a good start, but this is failing the tests. Please try running the tests locally with e.g. tox -e py311. Also, add some tests covering class closures, and a chaneglog note.
I reproduced test fails and fixed it Also I added new test with my code example. The most funny that these changes are work in my project but the test is failing with initial error which I try to solve I'll continue working on this issue
Also I added new test with my code example.
I don't see this test? Or a changelog note.