Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: 
Changeset: r90451:a0d3d088bbeb
Date: 2014-04-07 17:31 +0200
http://bitbucket.org/pypy/pypy/changeset/a0d3d088bbeb/

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

Reply via email to