alexmojaki / pure_eval

Safely evaluate AST nodes without side effects
MIT License
42 stars 15 forks source link

Explicitly remove the ctx attribute in copy_ast_without_context #18

Closed hroncok closed 2 months ago

hroncok commented 3 months ago

Python 3.13.0b2+ defaults to Load when we don't pass ctx See https://github.com/python/cpython/pull/118871

mgorny commented 2 months ago

I suppose you can add 'fixes #19' now :-).

alexmojaki commented 2 months ago

Thanks! Released in 0.2.3.