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

Speed up fstrings #5866

Merged
merged 6 commits into from
Nov 25, 2023
Merged

Speed up fstrings #5866

merged 6 commits into from
Nov 25, 2023

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    4ef1205 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8344630 View commit details
    Browse the repository at this point in the history
  3. Simplify estimate_max_charval(): trial encoding is probably more expe…

    …nsive than always calling ord(max(value)).
    scoder committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a79b329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e7582b View commit details
    Browse the repository at this point in the history
  5. Re-stablish previously removed code that is actually needed (just uns…

    …afe in Py2, as the comment suggested).
    scoder committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    d51bf1f View commit details
    Browse the repository at this point in the history
  6. Add missing cast.

    scoder committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    6410b2e View commit details
    Browse the repository at this point in the history