Skip to content

Conversation

@Zheaoli
Copy link
Contributor

@ZheaoliZheaoli commented Jul 9, 2024

@ZheaoliZheaoli changed the title gh121528: Fix the process crash when load extension when it's compiled with low version of the python.gh-121528: Fix the process crash when load extension when it's compiled with low version of the python.Jul 9, 2024
Copy link
Member

@ZeroIntensityZeroIntensity left a comment

Choose a reason for hiding this comment

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

Can confirm that this PR fixes #121528

@ZeroIntensity
Copy link
Member

@Eclips4 Can you add the 3.13 backport label?

@Eclips4Eclips4 added the needs backport to 3.13 bugs and security fixes label Jul 10, 2024
@Eclips4
Copy link
Member

cc @mgorny can you confirm that this patch fixes the issue?

@mgorny
Copy link
Contributor

I can confirm that rustworkx no longer crashes with this patch applied.

@Zheaoli
Copy link
ContributorAuthor

Zheaoli commented Jul 10, 2024

@ZeroIntensity Thanks for the nits!

Copy link
Member

@ZeroIntensityZeroIntensity left a comment

Choose a reason for hiding this comment

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

Thanks for the changes, LGTM.

@ZheaoliZheaoli closed this Jul 19, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[3.13] _PyObject_Init() assertion fails with the stable ABI on Python built with assertions (extension built with Python 3.11)

4 participants

@Zheaoli@ZeroIntensity@Eclips4@mgorny