◐ Shell
clean mode source ↗

gh-132775: Add _PyCode_GetVarCounts() by ericsnowcurrently · Pull Request #133128 · python/cpython

@ericsnowcurrently

iritkatriel

ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request

May 1, 2025

ericsnowcurrently added a commit that referenced this pull request

May 1, 2025
The change broke the s390 builds, so I'm reverting it while I investigate.

This reverts commit 94b4fcd.

ericsnowcurrently added a commit to ericsnowcurrently/cpython that referenced this pull request

May 1, 2025

ericsnowcurrently added a commit that referenced this pull request

May 5, 2025
This reverts commit 811edcf (gh-133232), which itself reverted the original commit 811edcf (gh-133128).

We reverted the original change due to failing s390 builds (a big-endian architecture).
It ended up that I had not accommodated op caches.

This was referenced

Jun 25, 2025

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025
This reverts commit 811edcf (pythongh-133232), which itself reverted the original commit 811edcf (pythongh-133128).

We reverted the original change due to failing s390 builds (a big-endian architecture).
It ended up that I had not accommodated op caches.