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

gh-87092: Make jump target label equal to the offset of the target in the instructions sequence #102093

Merged
merged 6 commits into from
Feb 28, 2023

Commits on Feb 20, 2023

  1. pythongh-87092: Jump target label is now the offset of the target in …

    …the instructions sequence
    iritkatriel committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    823d643 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Py_ssize_t --> int

    iritkatriel authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    9a7ca99 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    ee53137 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    b58f1f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. PyMem_Malloc --> Calloc

    iritkatriel committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3ca24ff View commit details
    Browse the repository at this point in the history
  2. typo

    iritkatriel authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    518e9ff View commit details
    Browse the repository at this point in the history