Skip to content

Commit

Permalink
move change note; rebased on master
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 20, 2016
1 parent f98da97 commit 0821b4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.rst
Expand Up @@ -7,15 +7,16 @@
- Fix the hashcode of Python ``TimeStamp`` objects on 64-bit Python on
Windows. See https://github.com/zopefoundation/persistent/pull/55

4.2.2 (2016-11-29)
------------------

- Stop calling ``gc.collect`` every time ``PickleCache.incrgc`` is called (every
transaction boundary) in pure-Python mode (PyPy). This means that
the reported size of the cache may be wrong (until the next GC), but
it is much faster. This should not have any observable effects for
user code.


4.2.2 (2016-11-29)
------------------

- Drop use of ``ctypes`` for determining maximum integer size, to increase
pure-Python compatibility. See https://github.com/zopefoundation/persistent/pull/31

Expand Down

0 comments on commit 0821b4d

Please sign in to comment.