Some wrappers should apply to two implementations, such as
PyCode_GetNumFree was existed in CPython and PyPy. Group this function
to if CPython or PyPy section. Avoid have duplicate function wrappers.
Some wrappers should apply to two implementations, such as
PyCode_GetNumFree was existed in CPython and PyPy. Group this function
to if CPython or PyPy section. Avoid have duplicate function wrappers.