mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge #27782 fix from 3.5
This commit is contained in:
commit
cbcd221de4
7 changed files with 83 additions and 32 deletions
|
@ -77,7 +77,7 @@ typedef struct PyModuleDef{
|
|||
traverseproc m_traverse;
|
||||
inquiry m_clear;
|
||||
freefunc m_free;
|
||||
}PyModuleDef;
|
||||
} PyModuleDef;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue