Skip to content

Conversation

@Aniketsy
Copy link
Contributor

@StanFromIreland
Copy link
Member

You need to update your branch to fix the CI, it is currently incompatible.

cm->cm_callable = Py_NewRef(Py_None);
cm->cm_dict = NULL;
return (PyObject *)cm;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move cm_new() before PyClassMethod_Type, so you don't need to declare it in advance (remove forward declaration line 1558).

sm->sm_callable = Py_NewRef(Py_None);
sm->sm_dict = NULL;
return (PyObject *)sm;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move sm_new() before PyStaticMethod_Type.

Aniketsy and others added 5 commits February 3, 2026 18:56
Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Victor Stinner <[email protected]>
Co-authored-by: Victor Stinner <[email protected]>
@Aniketsy
Copy link
Contributor Author

Aniketsy commented Feb 3, 2026

@vstinner Thanks for the review, i'll update as per suggestions.

@vstinner
Copy link
Member

vstinner commented Feb 3, 2026

You didn't move cm_new() and sm_new().

@Aniketsy
Copy link
Contributor Author

Aniketsy commented Feb 3, 2026

You didn't move cm_new() and sm_new().

sorry , I mean i will update, just need some time Thanks!

Co-authored-by: Victor Stinner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants