Skip to content

Group the function wrappers if it could apply not only one Python implementation.

Boxiang Sun requested to merge Daetalus/pycapicompat:all_conbinations into master

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.

Merge request reports