mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #20193: Fix commit r6f217456b9ba by including clinic/zlibmodule.c.h instead
of zlibmodule.clinic.c
This commit is contained in:
parent
27ea78b352
commit
936e2f36ad
1 changed files with 1 additions and 1 deletions
|
@ -1138,7 +1138,7 @@ error:
|
|||
return retval;
|
||||
}
|
||||
|
||||
#include "zlibmodule.clinic.c"
|
||||
#include "clinic/zlibmodule.c.h"
|
||||
|
||||
static PyMethodDef comp_methods[] =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue