mirror of https://github.com/python/cpython
use more specific type
This commit is contained in:
parent
0c8ee7fc8b
commit
513762fe9c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue