[pypy-commit] pypy py3.5: cpyext compile sources in complexobject.c

plan_rich pypy.commits at gmail.com
Mon Jan 9 10:08:41 EST 2017


Author: Richard Plangger <planrichi at gmail.com>
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):


More information about the pypy-commit mailing list