[Checkins] [zopefoundation/persistent] 1c1ceb: provoke __setstate__ intern issue

GitHub noreply at github.com
Mon Feb 27 21:21:53 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 1c1cebaf79914420a9de61e55fb72a75981965b2
      https://github.com/zopefoundation/persistent/commit/1c1cebaf79914420a9de61e55fb72a75981965b2
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M persistent/tests/test_persistence.py

  Log Message:
  -----------
  provoke __setstate__ intern issue


  Commit: 30c6cd932cfd63e9b7ca02fcc57a5493a46a5d94
      https://github.com/zopefoundation/persistent/commit/30c6cd932cfd63e9b7ca02fcc57a5493a46a5d94
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-22 (Wed, 22 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M persistent/cPersistence.c
    M persistent/tests/test_persistence.py

  Log Message:
  -----------
  Fix ``__setstate__`` interning when ``state`` parameter is not a built-in dict


  Commit: 25b52694816c6714aae284d04dfa3229694fbd0a
      https://github.com/zopefoundation/persistent/commit/25b52694816c6714aae284d04dfa3229694fbd0a
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

  Changed paths:
    M persistent/tests/test_persistence.py

  Log Message:
  -----------
  fix py3x tests


  Commit: 6b57f2a815ac26266af3e8fdd96164642120cd15
      https://github.com/zopefoundation/persistent/commit/6b57f2a815ac26266af3e8fdd96164642120cd15
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-23 (Thu, 23 Feb 2017)

  Changed paths:
    M persistent/cPersistence.c

  Log Message:
  -----------
  added error handling + reference counting


  Commit: 4ddd40cb2c78183ba4e87093ba7160cef07fbc35
      https://github.com/zopefoundation/persistent/commit/4ddd40cb2c78183ba4e87093ba7160cef07fbc35
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M persistent/cPersistence.c

  Log Message:
  -----------
  adjust refcounting


  Commit: 56ed5e71f8f27fd32328a50e2c52b3d84c5ff09c
      https://github.com/zopefoundation/persistent/commit/56ed5e71f8f27fd32328a50e2c52b3d84c5ff09c
  Author: Adam Groszer <agroszer at gmail.com>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M CHANGES.rst
    M persistent/cPersistence.c
    M persistent/tests/test_persistence.py

  Log Message:
  -----------
  Merge pull request #61 from agroszer/master

Fix ``__setstate__`` interning when ``state`` parameter is not a built-in dict


Compare: https://github.com/zopefoundation/persistent/compare/769b0e63207f...56ed5e71f8f2


More information about the checkins mailing list