Baris Inandioglu
Results
1
issues of
Baris Inandioglu
When using RustPython for embedded scripting purposes, I want to be able to print out the traceback if the input fails. Currently I am using this function: ```rust use rustpython::vm;...