Skip to content

Add initial support for Python 3.14a7. #442

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

Merged
merged 1 commit into from
Apr 11, 2025
Merged

Add initial support for Python 3.14a7. #442

merged 1 commit into from
Apr 11, 2025

Conversation

jamadden
Copy link
Contributor

  • Header files have moved around.
  • Reference counting has changed. It appears to be gh-130704: Strength reduce LOAD_FAST{_LOAD_FAST} python/cpython#130708 that's eliding some reference counting within functions and caused us to need to lower our expected reference count in a few places. NOTE: I'm not 100% sure this is the case; but dis.dis shows the new opcode being used for the variables we're testing the refcount of.

- Header files have moved around.
- Reference counting has changed. It appears to be
  python/cpython#130708 that's eliding some
  reference counting within functions and caused us to need to lower
  our expected reference count in a few places. NOTE: I'm not 100%
  sure this is the case; but `dis.dis` shows the new opcode being used
  for the variables we're testing the refcount of.
@jamadden jamadden merged commit 46f2d13 into master Apr 11, 2025
43 checks passed
@jamadden jamadden deleted the issue440 branch April 11, 2025 20:55
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.

1 participant