mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Merge 3.6.
This commit is contained in:
commit
f4df2ee78c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ PyObject *Struct = NULL;
|
|||
PyObject *calcsize = NULL;
|
||||
|
||||
/* cache simple format string */
|
||||
static const char simple_fmt[] = "B";
|
||||
static const char *simple_fmt = "B";
|
||||
PyObject *simple_format = NULL;
|
||||
#define SIMPLE_FORMAT(fmt) (fmt == NULL || strcmp(fmt, "B") == 0)
|
||||
#define FIX_FORMAT(fmt) (fmt == NULL ? "B" : fmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue