Author: Armin Rigo <[email protected]> Branch: Changeset: r85746:54b7118ed2a1 Date: 2016-07-17 22:37 +0200 http://bitbucket.org/pypy/pypy/changeset/54b7118ed2a1/
Log: More documentation diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_build.py --- a/lib_pypy/_pypy_winbase_build.py +++ b/lib_pypy/_pypy_winbase_build.py @@ -7,7 +7,8 @@ # can't use a preexisting PyPy to do that, then running this # file should work as long as 'subprocess' is not imported # by cffi. I had to hack in 'cffi._pycparser' to move an -#'import subprocess' to the inside of a function. +#'import subprocess' to the inside of a function. (Also, +# CPython+CFFI should work as well.) # # This module supports both msvcrt.py and _subprocess.py. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
