hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Verify HPy_TypeCheck's 2nd arg in debug mode only. #402

Closed fangerer closed 1 year ago

fangerer commented 1 year ago

Resolves #160 .

This was decided in yesterday's dev call. We do the check if the second argument passed to HPy_TypeCheck is a type, in the debug mode only.

I took the opportunity to write doc for HPy_Type (since closely related) and HPy_TypeCheck.