[Python-checkins] [python/cpython] 2c2773: bpo-30257: _bsddb: Fix newDBObject() (#1428)

GitHub noreply at github.com
Wed May 3 12:04:21 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 2c27731901003cbcc64056fe9db725abe8484616
      https://github.com/python/cpython/commit/2c27731901003cbcc64056fe9db725abe8484616
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Modules/_bsddb.c

  Log Message:
  -----------
  bpo-30257: _bsddb: Fix newDBObject() (#1428)

Don't set cursorSetReturnsNone to DEFAULT_CURSOR_SET_RETURNS_NONE
anymore if self->myenvobj is set.

Fix a GCC warning on the strange indentation.




More information about the Python-checkins mailing list