[Checkins] [zopefoundation/ZEO] c8bbe8: Make sure the read_only value we send is a boolean

GitHub noreply at github.com
Sun Oct 23 19:23:46 CEST 2016


  Branch: refs/heads/msgpack
  Home:   https://github.com/zopefoundation/ZEO
  Commit: c8bbe82f61ad00f6dff2e422335d455ba31aafd1
      https://github.com/zopefoundation/ZEO/commit/c8bbe82f61ad00f6dff2e422335d455ba31aafd1
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-10-21 (Fri, 21 Oct 2016)

  Changed paths:
    M src/ZEO/asyncio/client.py

  Log Message:
  -----------
  Make sure the read_only value we send is a boolean


  Commit: 7b56ed32353ec7048b705d04efcf8cf32c74eb9e
      https://github.com/zopefoundation/ZEO/commit/7b56ed32353ec7048b705d04efcf8cf32c74eb9e
  Author: Jim Fulton <jim at zope.com>
  Date:   2016-10-21 (Fri, 21 Oct 2016)

  Changed paths:
    M src/ZEO/ClientStorage.py

  Log Message:
  -----------
  send data to server as bytes

This is a bit of a punt, especially WRT extended info.  For regular
ZEO servers, FileStorage is going to want to pickle extended info, but
byteserver can't pickle extended info. I'm not sure how best to resolve this.


Compare: https://github.com/zopefoundation/ZEO/compare/e3be707a4578...7b56ed32353e


More information about the checkins mailing list