Closed jakirkham closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.88%. Comparing base (
145f57c
) to head (c1c95fe
). Report is 4 commits behind head on main.
🚨 Try these New Features:
Thanks David! 🙏
Ensure the
flags
argument inBuffer
is correctly typed so it can be passed verbatim toPyObject_GetBuffer
. This can also avoid needless conversions to and from Pythonobject
type.TODO: