You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated. This function could possibly be simplified to use PyObject_{New, NewVar} if the extra bits of the object don't need to be initialized to zero, the steps are otherwise identical if the error check is omitted.
The text was updated successfully, but these errors were encountered:
As stated. This function could possibly be simplified to use
PyObject_{New, NewVar}
if the extra bits of the object don't need to be initialized to zero, the steps are otherwise identical if the error check is omitted.The text was updated successfully, but these errors were encountered: