[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: There is already a thread.c in translator/c/src. Rename this one...
amauryfa
noreply at buildbot.pypy.org
Thu Sep 6 21:37:25 CEST 2012
Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
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
More information about the pypy-commit
mailing list