Author: Richard Plangger <[email protected]>
Branch: py3.5
Changeset: r89444:c32c88be4363
Date: 2017-01-09 16:07 +0100
http://bitbucket.org/pypy/pypy/changeset/c32c88be4363/
Log: cpyext compile sources in complexobject.c
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -1253,6 +1253,7 @@
source_dir / "missing.c",
source_dir / "pymem.c",
source_dir / "bytesobject.c",
+ source_dir / "complexobject.c",
]
def build_eci(code, use_micronumpy=False, translating=False):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit