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-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Python/) #102193

Merged
merged 10 commits into from
Feb 28, 2023

Commits on Feb 24, 2023

  1. Python/ceval.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1a5cae1 View commit details
    Browse the repository at this point in the history
  2. Python/ceval_gil.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    10738bf View commit details
    Browse the repository at this point in the history
  3. Python/frame.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    71d2958 View commit details
    Browse the repository at this point in the history
  4. Python/sysmodule.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    3c4bdd8 View commit details
    Browse the repository at this point in the history
  5. Python/compile.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    30832e9 View commit details
    Browse the repository at this point in the history
  6. Python/modsupport.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    694da1b View commit details
    Browse the repository at this point in the history
  7. Python/initconfig.c

    iritkatriel committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b5150cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    603922d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

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

Commits on Feb 26, 2023

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