8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffe7d7b
d2d7b6f
5cb77fd
f58ebcf
0046cd7
8edfa4d
d095c43
fa6a26a
35c0d25
feebdb3
05b050b
0d6a598
731f79d
d5f49b2
b331bf8
ad146ef
ec763e6
3dd308a
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Isn't this ultimately equivalent to
#define _Py_DECREF_INT(op) _Py_DECREF_SPECIALIZED(op, PyObject_Free)
?
Sorry, something went wrong.
I removed _PyLongExactDealloc, but I'd like to keep the assertion around to make sure we're never accidentally calling this on int subclasses.
_PyLongExactDealloc