Author: Amaury Forgeot d'Arc <[email protected]>
Branch: remove-PYPY_NOT_MAIN_FILE
Changeset: r57190:ecd1c948db23
Date: 2012-09-06 21:35 +0200
http://bitbucket.org/pypy/pypy/changeset/ecd1c948db23/

Log:    There is already a thread.c in translator/c/src. Rename this one...

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
@@ -962,7 +962,7 @@
                                source_dir / "structseq.c",
                                source_dir / "capsule.c",
                                source_dir / "pysignals.c",
-                               source_dir / "thread.c",
+                               source_dir / "pythread.c",
                                ],
         separate_module_sources=separate_module_sources,
         export_symbols=export_symbols_eci,
diff --git a/pypy/module/cpyext/src/thread.c b/pypy/module/cpyext/src/pythread.c
rename from pypy/module/cpyext/src/thread.c
rename to pypy/module/cpyext/src/pythread.c
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to