[Checkins] [zopefoundation/BTrees] da74ac: Ensure that we don't overlook errors in first PyOb...

GitHub noreply at github.com
Fri Nov 13 14:26:36 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: da74acfbac82197dd5c4f021c78fecb15c1a22b5
      https://github.com/zopefoundation/BTrees/commit/da74acfbac82197dd5c4f021c78fecb15c1a22b5
  Author: Jim Fulton <jim at zope.com>
  Date:   2015-11-08 (Sun, 08 Nov 2015)

  Changed paths:
    M .travis.yml
    M BTrees/_compat.h
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Ensure that we don't overlook errors in first PyObject_RichCompareBool call.

Python 3.5 turns such cases into SystemErrors.

See: https://bugs.python.org/issue23571

Fixes #15.


  Commit: e55b052ca4f82b8ba28e9c455cf183c494223920
      https://github.com/zopefoundation/BTrees/commit/e55b052ca4f82b8ba28e9c455cf183c494223920
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Add py35 to tox.ini for local testing.


  Commit: 9303f359752587474c3166617f550afe38c85a89
      https://github.com/zopefoundation/BTrees/commit/9303f359752587474c3166617f550afe38c85a89
  Author: Jim Fulton <jim at jimfulton.info>
  Date:   2015-11-13 (Fri, 13 Nov 2015)

  Changed paths:
    M .travis.yml
    M BTrees/_compat.h
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #17 from zopefoundation/fix_compare_for_py35-2

Ensure that we don't overlook errors in first PyObject_RichCompareBool call


Compare: https://github.com/zopefoundation/BTrees/compare/6c415d5d57b7...9303f3597525


More information about the checkins mailing list