Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kore: fix build for Python 3.11 (not ready yet) #39413

Closed
wants to merge 1 commit into from

Conversation

sgn
Copy link
Member

@sgn sgn commented Sep 22, 2022

Testing the changes

  • I tested the changes in this PR: NO

@sgn sgn mentioned this pull request Sep 22, 2022
@sgn sgn force-pushed the kore-python-3.11 branch 2 times, most recently from 40f63f3 to 1ce54dc Compare September 22, 2022 10:20
fname = "unknown";
}

+#if PY_VERSION_HEX <= 0x030B0000
Copy link
Member

Choose a reason for hiding this comment

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

It turns out that my previous recommendation for strictly less than is irrelevant because the release version will be 0x030B0F00 and the current RC should be 0x030B0C02, so both are greater than the cutoff anyway. I misread the explanation of the hex versioning scheme and expected the release to be 0x30B00000`.

I'd say make this strictly less than for consistency and mathematical correctness.

@sgn
Copy link
Member Author

sgn commented Sep 26, 2022

Imported upstream patch da644a0

@sgn sgn closed this Sep 26, 2022
@sgn sgn deleted the kore-python-3.11 branch August 23, 2023 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants