Author: Carl Friedrich Bolz-Tereick <[email protected]> Branch: expose-gc-time Changeset: r95377:b3db7a850036 Date: 2018-11-28 21:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b3db7a850036/
Log: add whatsnew item 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 @@ -51,3 +51,8 @@ .. branch: rlock-in-rpython Backport CPython fix for `thread.RLock` + + +.. branch: expose-gc-time + +Make GC hooks measure time in seconds (as opposed to an opaque unit). _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
