Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r3334:c6a071f57bf4
Date: 2020-02-07 09:23 +0100
http://bitbucket.org/cffi/cffi/changeset/c6a071f57bf4/

Log:    Document the memory leak fix

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -27,6 +27,8 @@
   equivalent but explicity builds the intermediate array as a regular
   Python object on the heap.
 
+* fixed a memory leak inside ``ffi.getwinerror()`` on CPython 3.x.
+
 
 v1.13.2
 =======
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to