pydata / numexpr

Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more
https://numexpr.readthedocs.io/en/latest/user_guide.html
MIT License
2.23k stars 210 forks source link

Fix necompiler.getArguments() on Python 3.13.0b1 #489

Closed hroncok closed 5 months ago

hroncok commented 5 months ago

The FrameLocalsProxy object (PEP 667) cannot be cleared.

Fixes https://github.com/pydata/numexpr/issues/488

FrancescAlted commented 5 months ago

Looks good to me. Thanks!