Merge #27782 fix from 3.5

This commit is contained in:
Nick Coghlan 2016-08-21 17:43:58 +10:00
commit cbcd221de4
7 changed files with 83 additions and 32 deletions

View file

@ -77,7 +77,7 @@ typedef struct PyModuleDef{
traverseproc m_traverse;
inquiry m_clear;
freefunc m_free;
}PyModuleDef;
} PyModuleDef;
#ifdef __cplusplus
}