William Reade wrote:
2) Since it hasn't always been in place, its introduction won't help
me in the short term: there are an awful lot of extension modules that
use excluded functions (for example, all(?) PyCxx modules use
PyCode_New and PyFrame_New to get nicer tracebacks), and
My perspective is as follows:
1) If PEP-384 had always been in place, my life would now be a lot easier.
2) Since it hasn't always been in place, its introduction won't help me
in the short term: there are an awful lot of extension modules that use
excluded functions (for example, all(?) PyCxx