mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Another bit of unconstification.
This commit is contained in:
parent
710ab3b5f8
commit
85b1052efe
1 changed files with 1 additions and 1 deletions
|
@ -1800,7 +1800,7 @@ DB_open(DBObject* self, PyObject* args, PyObject* kwargs)
|
|||
static char* kwnames[] = {
|
||||
"filename", "dbname", "dbtype", "flags", "mode", "txn", NULL};
|
||||
/* without dbname */
|
||||
static const char* kwnames_basic[] = {
|
||||
static char* kwnames_basic[] = {
|
||||
"filename", "dbtype", "flags", "mode", "txn", NULL};
|
||||
#else
|
||||
/* with dbname */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue