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

GitHub noreply at github.com
Sun Nov 8 15:59:01 CET 2015


  Branch: refs/heads/fix_compare_for_py35-2
  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.




More information about the checkins mailing list