mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-90110: Update the C-analyzer Tool (gh-99307)
This commit is contained in:
parent
6dedf42527
commit
73679b13ca
4 changed files with 14 additions and 90 deletions
|
@ -1718,7 +1718,7 @@ ZlibDecompressor__new__(PyTypeObject *cls,
|
|||
PyObject *kwargs)
|
||||
{
|
||||
static char *keywords[] = {"wbits", "zdict", NULL};
|
||||
static char *format = "|iO:_ZlibDecompressor";
|
||||
static const char * const format = "|iO:_ZlibDecompressor";
|
||||
int wbits = MAX_WBITS;
|
||||
PyObject *zdict = NULL;
|
||||
zlibstate *state = PyType_GetModuleState(cls);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue