At most, Python would only be able to tell you the Python name of the function 
it invoked.

Traceback for native code is a different can of worms, especially since native 
code can be distributed without debugging symbols, ESPECIALLY ON WINDOWS.

If you ever look at a processed native dump file for a Windows application, all 
you would see for the most part is memory addresses of the invoked function 
plus the offset from that address. If you had the debugging symbols, you would 
get the unmangled? name plus the offset.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/S736B363SMZSLTTHHNYMNLB3UBIJV3BO/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to