Group the function wrappers if it could apply not only one Python implementation.
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.