mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix bug in close()
This commit is contained in:
parent
66017aa1b8
commit
e03f277a22
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ dbm__close(dp, args)
|
|||
if ( dp->di_dbm )
|
||||
dbm_close(dp->di_dbm);
|
||||
dp->di_dbm = NULL;
|
||||
DEL(dp);
|
||||
INCREF(None);
|
||||
return None;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue