alexmojaki / executing

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

Tests don't work with asttokens<2.1.0 #60

Closed frenzymadness closed 1 year ago

frenzymadness commented 1 year ago

ASTText is available only in 2.1.0, see https://github.com/gristlabs/asttokens/commit/e639c41def2717324ae8392cf2a52058e3dedce2

alexmojaki commented 1 year ago

Thanks