Kaydet (Commit) 513762fe authored tarafından Benjamin Peterson's avatar Benjamin Peterson

use more specific type

üst 0c8ee7fc
...@@ -4072,7 +4072,7 @@ v_complement(digit *z, digit *a, Py_ssize_t m) ...@@ -4072,7 +4072,7 @@ v_complement(digit *z, digit *a, Py_ssize_t m)
static PyObject * static PyObject *
long_bitwise(PyLongObject *a, long_bitwise(PyLongObject *a,
int op, /* '&', '|', '^' */ char op, /* '&', '|', '^' */
PyLongObject *b) PyLongObject *b)
{ {
int nega, negb, negz; int nega, negb, negz;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment