Assume C99 support
Closed this issue · 0 comments
philthompson10 commented
Currently supported versions of Python assume certain C99 features (specifically va_copy, _Bool and stdbool.h). Update the sip
module implementation to make the same assumptions.