Author: Manuel Jacob <[email protected]>
Branch: py3.5
Changeset: r90454:b5b35960baa6
Date: 2017-03-02 10:27 +0100
http://bitbucket.org/pypy/pypy/changeset/b5b35960baa6/
Log: Remove wrong comment.
diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py
--- a/lib-python/3/sysconfig.py
+++ b/lib-python/3/sysconfig.py
@@ -416,7 +416,6 @@
def _init_posix(vars):
"""Initialize the module as appropriate for POSIX systems."""
- # _sysconfigdata is generated at build time, see _generate_posix_vars()
from _sysconfigdata import build_time_vars
vars.update(build_time_vars)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit