patchy icon indicating copy to clipboard operation
patchy copied to clipboard

Add closure variables into global scope

Open kai3341 opened this issue 2 years ago • 4 comments

Fixes #430

kai3341 avatar Dec 20 '22 21:12 kai3341

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.

adamchainz avatar Dec 31 '22 10:12 adamchainz

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

kai3341 avatar Jan 04 '23 03:01 kai3341

Also I added new test with my code example.

I don't see this test? Or a changelog note.

adamchainz avatar Jan 07 '23 09:01 adamchainz