Author: Christian Tismer <[email protected]> Branch: win64-stage1 Changeset: r49679:294125dc2109 Date: 2011-11-23 02:42 +0100 http://bitbucket.org/pypy/pypy/changeset/294125dc2109/
Log: Added a line to an outdated doc about boehm on windows diff --git a/pypy/translator/goal/win32/gc_patch_windows.py b/pypy/translator/goal/win32/gc_patch_windows.py --- a/pypy/translator/goal/win32/gc_patch_windows.py +++ b/pypy/translator/goal/win32/gc_patch_windows.py @@ -1,6 +1,9 @@ # patches for the Boehm GC for PyPy under Windows """ +This file is obsolete now since gc-7.0 / gc-7.1 . +Please use the instructions in pypy\doc\windows.rst . + How to build a pypy compatible version of the Boehm collector for Windows and Visual Studio .net 2003. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
