implement sys._getframe + frame objects, and add co_name/co_filename properties to code object
also rework a bit of the logging module to use only sys._getframe, not f_back.
Showing
src/runtime/frame.cpp
0 → 100644
test/tests/logging_test.py
0 → 100644
test/tests/sys_getframe1.py
0 → 100644
test/tests/sys_getframe2.py
0 → 100644
Please register or sign in to comment