Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sweeneyde/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: microopt
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 1 contributor

Commits on May 10, 2022

  1. implement LOAD_FAST_KNOWN

    sweeneyde committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3627bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0ad1b View commit details
    Browse the repository at this point in the history
  3. add failing test

    sweeneyde committed May 10, 2022
    Configuration menu
    Copy the full SHA
    721e6ed View commit details
    Browse the repository at this point in the history
  4. Attempt exception handling

    sweeneyde committed May 10, 2022
    Configuration menu
    Copy the full SHA
    42ef42f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e94f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    038a85d View commit details
    Browse the repository at this point in the history
  7. Port over superinstructions

    sweeneyde committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3243981 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ddc721 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    df0abe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566ff81 View commit details
    Browse the repository at this point in the history
  3. Add more test cases

    sweeneyde committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3e3ca26 View commit details
    Browse the repository at this point in the history
  4. Update test_dis

    sweeneyde committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0ea6c86 View commit details
    Browse the repository at this point in the history
  5. Fix asan and leaky symbols

    sweeneyde committed May 13, 2022
    Configuration menu
    Copy the full SHA
    f2c5e1f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    749030c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0818033 View commit details
    Browse the repository at this point in the history
Loading