Does inspect.getstack work on other Python implementations?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Jun 17 05:19:49 EDT 2018


Anyone here use IronPython, Jython or PyPy?

Does inspect.getstack always work? Is it considered an implementation 
detail for CPython or something promised to work on any compliant Python 
interpreter?

I see that it doesn't even exist on Jython 2.5, does anyone know whether 
it exists in later versions?


-- 
Steven D'Aprano
"Ever since I learned about confirmation bias, I've been seeing
it everywhere." -- Jon Ronson




More information about the Python-list mailing list