]> granicus.if.org Git - python/commit
bpo-30257: _bsddb: Fix newDBObject() (#1428)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 3 May 2017 16:04:18 +0000 (18:04 +0200)
committerGitHub <noreply@github.com>
Wed, 3 May 2017 16:04:18 +0000 (18:04 +0200)
commit2c27731901003cbcc64056fe9db725abe8484616
tree688d4d3d9e4d7e0a739a836c066572f621b28a29
parentc991eb280e60ed25c68a5332bd8633959e9f7113
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.
Modules/_bsddb.c