Closed Jaymon closed 4 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.
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
inspect.getframeinfo
inspect
See here:
Test this with pypy to see how it works, and if it fails, find a workaround that works for both.