mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
11 lines
339 B
Plaintext
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
|