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

3.13a5 draft #1639

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

3.13a5 draft #1639

wants to merge 4 commits into from

Conversation

pmp-p
Copy link
Contributor

@pmp-p pmp-p commented Mar 26, 2024

wip 3.13git build ( with wasi support in mind )

@pmp-p pmp-p marked this pull request as draft March 26, 2024 20:56

#if PY_VERSION_HEX >= 0x030d0000 // 3.13
#define Py_BUILD_CORE
#include "internal/pycore_unicodeobject.h"

This comment was marked as outdated.

Copy link
Member

Choose a reason for hiding this comment

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

I spoke too soon, it looks like they do have some new functions in 3.13:
https://docs.python.org/3.13/c-api/long.html

We should look into using those instead where we are currently using the unstable functions.

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.

None yet

2 participants