[Checkins] [zopefoundation/ZEO] a2a34a: Added missing len

GitHub noreply at github.com
Sun Jan 17 18:09:44 CET 2016


  Branch: refs/heads/asyncio
  Home:   https://github.com/zopefoundation/ZEO
  Commit: a2a34a88650f50c7759782601e307439258ff3f2
      https://github.com/zopefoundation/ZEO/commit/a2a34a88650f50c7759782601e307439258ff3f2
  Author: Jim Fulton <jim at aledade.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/ZEO/interfaces.py

  Log Message:
  -----------
  Added missing len


  Commit: e0c6416175be674ebac760614c389e4f7be487a3
      https://github.com/zopefoundation/ZEO/commit/e0c6416175be674ebac760614c389e4f7be487a3
  Author: Jim Fulton <jim at aledade.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/ZEO/cache.py

  Log Message:
  -----------
  No-longer need loks, since we're only accessed from the asyncio thread.


  Commit: 107f1077438a49d6b810d710fdae48571a3ce92b
      https://github.com/zopefoundation/ZEO/commit/107f1077438a49d6b810d710fdae48571a3ce92b
  Author: Jim Fulton <jim at aledade.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    R src/ZEO/asyncio/adapters.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py

  Log Message:
  -----------
  Updated the asyncio to support multiple addresses and read-only fallback

Also got rid of the adapter machinery. It didn't buy enough to justify
the wrapping.


Compare: https://github.com/zopefoundation/ZEO/compare/cbf756c74dfd...107f1077438a


More information about the checkins mailing list