bpo-38631: Replace tp_new_wrapper() fatal error with SystemError (GH-18262)
tp_new_wrapper() now raises a SystemError if called with non-type self, rather than calling Py_FatalError() which cannot be catched.
V
Victor Stinner committed
2bf127d97bd1d60ead7c20d429b0c61ef61fc554
Parent: 7a1f6c2
Committed by GitHub <noreply@github.com>
on 1/30/2020, 8:02:49 AM