mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
This commit is contained in:
parent
1263bd8b6c
commit
ea271f2d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ static PyObject *
|
|||
dbmopen(PyObject *self, PyObject *args)
|
||||
{
|
||||
char *name;
|
||||
char *flags = "r ";
|
||||
char *flags = "r";
|
||||
int iflags;
|
||||
int mode = 0666;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue