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

GitHub noreply at github.com
Tue Sep 15 23:20:27 CEST 2015


  Branch: refs/heads/15-fix_compare_for_py35
  Home:   https://github.com/zopefoundation/BTrees
  Commit: eee0beef88d135640871050b40844272a3aee790
      https://github.com/zopefoundation/BTrees/commit/eee0beef88d135640871050b40844272a3aee790
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-09-15 (Tue, 15 Sep 2015)

  Changed paths:
    M BTrees/_compat.h

  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