Files
carbon e42fe97d74 buildroot long term support release 2024.02.3
buildroot-2024.02.3.tar.gz

Signed-off-by: carbon <carbon@milkv.io>
2024-06-21 14:23:43 +08:00

11 lines
339 B
Plaintext

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