bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. by markshannon · Pull Request #25069 · python/cpython
markshannon pushed a commit that referenced this pull request
) * Update magic numbers and bootstrapping for GH-25069 * add blurb Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
esc added a commit to esc/numba that referenced this pull request
Fixup Numba to address the changes introduced in cpython for Python 3.10 at python/cpython#25069 . But for Numba, we have to alter the patch slightly as Numba rewrites the bytecode to use a `_FIXED_OFFSET` with a value of `2`.
esc added a commit to esc/numba that referenced this pull request
Fixup Numba to address the changes introduced in cpython for Python 3.10 at python/cpython#25069 . But for Numba, we have to alter the patch slightly as Numba rewrites the bytecode to use a `_FIXED_OFFSET` with a value of `2`.
esc added a commit to esc/numba that referenced this pull request
Fixup Numba to address the changes introduced in cpython for Python 3.10 at python/cpython#25069 . But for Numba, we have to alter the patch slightly as Numba rewrites the bytecode to use a `_FIXED_OFFSET` with a value of `2`.
esc added a commit to esc/numba that referenced this pull request
Fixup Numba to address the changes introduced in cpython for Python 3.10 at python/cpython#25069 . But for Numba, we have to alter the patch slightly as Numba rewrites the bytecode to use a `_FIXED_OFFSET` with a value of `2`.
esc added a commit to esc/numba that referenced this pull request
Fixup Numba to address the changes introduced in cpython for Python 3.10 at python/cpython#25069 . But for Numba, we have to alter the patch slightly as Numba rewrites the bytecode to use a `_FIXED_OFFSET` with a value of `2`.
saulshanabrook added a commit to metadsl/python-code-data that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters