Author: Armin Rigo <[email protected]> Branch: Changeset: r2830:5462aebb2c5f Date: 2016-12-09 12:27 +0100 http://bitbucket.org/cffi/cffi/changeset/5462aebb2c5f/
Log: add warning diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -200,7 +200,7 @@ memory and must not be used any more. *New in version 1.8:* the python_buffer can be a byte string (but still -not a buffer/memoryview on a string). +not a buffer/memoryview on a string). Never modify a byte string! ffi.memmove() _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
