Author: Amaury Forgeot d'Arc <amaur...@gmail.com> Branch: pypy-config Changeset: r87944:a6fa09a29c78 Date: 2014-04-07 17:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a6fa09a29c78/
Log: Add _sysconfigdata module. Empty so far, but it's probably a good idea to move some distutils variables there. diff --git a/lib_pypy/_sysconfigdata.py b/lib_pypy/_sysconfigdata.py new file mode 100644 --- /dev/null +++ b/lib_pypy/_sysconfigdata.py @@ -0,0 +1,2 @@ +build_time_vars = { +} _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit