Jaymon / captain

command line python scripts for humans
MIT License
13 stars 1 forks source link

will inspect work outside of CPython? #21

Closed Jaymon closed 4 years ago

Jaymon commented 8 years ago

See here:

this introspection is intended to help debugging and development; it's not advisable to rely on it for production-functionality purposes.

Test this with pypy to see how it works, and if it fails, find a workaround that works for both.

Jaymon commented 4 years ago

I think the quote applies mainly to inspect.getframeinfo and the only thing current captain uses inspect for is to get the docblock, so I don't think this issue is relevant anymore