alexmojaki / executing

Get information about what a Python frame is currently doing, particularly the AST node being executed
MIT License
330 stars 32 forks source link

Investigate identifying chained comparisons #47

Open alexmojaki opened 2 years ago

15r10nk commented 2 years ago

the issue was fixed https://github.com/python/cpython/issues/95921#issuecomment-1252982131. I will check it again and remove the work around if possible.

15r10nk commented 1 year ago

@alexmojaki there is a related issue with comparison positions in 3.11.1.

I reported it again.

I just wanted to let you know this to save you time if you find this too.