Author: Armin Rigo <ar...@tunes.org> Branch: cpyext-gc-support-2 Changeset: r81984:97395b8025f0 Date: 2016-01-27 20:48 +0100 http://bitbucket.org/pypy/pypy/changeset/97395b8025f0/
Log: Add a comment (thanks ronan) diff --git a/rpython/rlib/rawrefcount.py b/rpython/rlib/rawrefcount.py --- a/rpython/rlib/rawrefcount.py +++ b/rpython/rlib/rawrefcount.py @@ -1,6 +1,9 @@ # # See documentation in pypy/doc/discussion/rawrefcount.rst # +# This is meant for pypy's cpyext module, but is a generally +# useful interface over our GC. XXX "pypy" should be removed here +# import sys, weakref from rpython.rtyper.lltypesystem import lltype, llmemory from rpython.rlib.objectmodel import we_are_translated, specialize _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit