gruns / icecream

🍦 Never use print() to debug again.
MIT License
9.21k stars 187 forks source link

How safe is this module? #163

Closed brinza888 closed 1 year ago

brinza888 commented 1 year ago

This module uses executing, which one uses tricks and modifications in AST to detect correct attribute nodes. So how safe are these modifications for runtime and correct execution?

Sorry for opening Issues in both executing and icecream, maybe this can be useful for issue/questions archive in both of your projects. My issue in executing module.

alexmojaki commented 1 year ago

Responded in the other issue.