mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
use more specific type
This commit is contained in:
parent
0c8ee7fc8b
commit
513762fe9c
1 changed files with 1 additions and 1 deletions
|
|
@ -4072,7 +4072,7 @@ v_complement(digit *z, digit *a, Py_ssize_t m)
|
|||
|
||||
static PyObject *
|
||||
long_bitwise(PyLongObject *a,
|
||||
int op, /* '&', '|', '^' */
|
||||
char op, /* '&', '|', '^' */
|
||||
PyLongObject *b)
|
||||
{
|
||||
int nega, negb, negz;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue