OSGeo / grass

GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
853 stars 311 forks source link

GUI: fix for Python3.13 #4653

Closed petrasovaa closed 3 weeks ago

petrasovaa commented 3 weeks ago

Fixes #4651. vars() acts like locals() and there have been some changes: https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-locals-semantics

petrasovaa commented 3 weeks ago

New code seems fine, but I don't understand why vars() was needed before

Not sure either