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

Python3.11 #3252

Merged
merged 138 commits into from Jan 24, 2023
Merged

Python3.11 #3252

merged 138 commits into from Jan 24, 2023

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Nov 13, 2022

So far this update is not too bad. I got all the core tests working. The following packages are currently not building:

The core tests are almost all passing, except chrome sees a stack overflow in test-xml-etree. Maybe we should just xfail that one in chrome.

The no-numpy-dependents packages have three failures:

  • bitarray: null function or function pointer signature mismatch. (Fixed!)
  • distutils: can't find the tests (fixed by @ryanking13)
  • sqlite: can't find the tests (fixed by @ryanking13)

I added two CPython patches to fix problems with call trampolines. I opened the following PRs upstream for this:

  • Fix github actions (done by @ryanking13)
  • Fix benchmark-stack-size
  • Fix pre-commit

Checklists

@hoodmane
Copy link
Member Author

Okay I got everything fixed or xfailed so I will go ahead and merge this.

@hoodmane hoodmane merged commit 3b2952f into pyodide:main Jan 24, 2023
@hoodmane hoodmane deleted the python3.11 branch January 24, 2023 03:46
@rth
Copy link
Member

rth commented Jan 24, 2023

Thanks a lot @hoodmane for doing all this migration!

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

5 participants