tracebacks: implement PyFrame_New and PyCode_New / custom traceback entries from the CAPI
it only allows creating empty code objects but this is enough to allow ctypes and cython to create custom traceback entries. It's not enough for removing the pyexpat and all cython code object workarounds (because they need 'real' code object / frames)
Showing