chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch '1.3.x'
[catacomb-python]
/
ec.c
diff --git
a/ec.c
b/ec.c
index a660eb66691752cfd006f3da122c51b802050fad..9034c5e2159382fc190eb2ca2b48876ed213dc84 100644
(file)
--- a/
ec.c
+++ b/
ec.c
@@
-443,7
+443,7
@@
static int ecptxl_1(ec_curve *c, ec *p, PyObject *x)
PyObject *y = 0, *z = 0, *t = 0;
mp *xx = 0;
const void *q;
-
in
t n;
+
Py_ssize_
t n;
qd_parse qd;
Py_XINCREF(x);