Author: Carl Friedrich Bolz <[email protected]> Branch: resource_warning Changeset: r86061:f12f10f3fd41 Date: 2016-08-07 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/f12f10f3fd41/
Log: add whatsnew entry diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -119,3 +119,8 @@ ``ffi.from_buffer(string)`` in CFFI. Additionally, and most importantly, CFFI calls that take directly a string as argument don't copy the string any more---this is like CFFI on CPython. + +.. branch: resource_warning + +Add a new command line option -X track-resources which will produce +ResourceWarnings when the GC closes unclosed files and sockets. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
