buildroot/package/python-stack-data/Config.in

11 lines
339 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
config BR2_PACKAGE_PYTHON_STACK_DATA
bool "python-stack-data"
select BR2_PACKAGE_PYTHON_ASTTOKENS # runtime
select BR2_PACKAGE_PYTHON_EXECUTING # runtime
select BR2_PACKAGE_PYTHON_PURE_EVAL # runtime
help
Extract data from python stack frames and tracebacks
for informative displays.
http://github.com/alexmojaki/stack_data