[pypy-commit] cffi default: Document ffi.new_allocator()

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2402:edfaf9c56322 Date: 2015-11-15 11:10 +0100 http://bitbucket.org/cffi/cffi/changeset/edfaf9c56322/ Log:Document ffi.new_allocator() diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -361,7 +361,19 @@

[pypy-commit] cffi default: Document ffi.new_allocator()

2015-07-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2216:0d2cff1af99f Date: 2015-07-06 19:38 +0200 http://bitbucket.org/cffi/cffi/changeset/0d2cff1af99f/ Log:Document ffi.new_allocator() diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -82