Skip to content

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