-
- Downloads
py: Free non-interned strings in the parser when not needed.
mp_parse_node_free now frees the memory associated with non-interned strings. And the parser calls mp_parse_node_free when discarding a non-used node (such as a doc string). Also, the compiler now frees the parse tree explicitly just before it exits (as opposed to relying on the caller to do this). Addresses issue #708 as best we can.
Showing
- bare-arm/main.c 0 additions, 1 deletionbare-arm/main.c
- py/builtinevex.c 0 additions, 1 deletionpy/builtinevex.c
- py/builtinimport.c 0 additions, 1 deletionpy/builtinimport.c
- py/compile.c 3 additions, 0 deletionspy/compile.c
- py/compile.h 1 addition, 0 deletionspy/compile.h
- py/parse.c 3 additions, 2 deletionspy/parse.c
- qemu-arm/main.c 0 additions, 1 deletionqemu-arm/main.c
- qemu-arm/test_main.c 0 additions, 1 deletionqemu-arm/test_main.c
- stmhal/pyexec.c 0 additions, 1 deletionstmhal/pyexec.c
Loading
Please register or sign in to comment