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

Enhance super_len to count encoded bytes for str #6589

Merged
merged 2 commits into from
Feb 23, 2024

Commits on Nov 27, 2023

  1. Unit test for string containing multi-byte UTF-8

    There are two tests here. One demonstrating existing, correct
    behavior for `data=bytes`, and another, failing, test for the case
    where `data=string` and the string contains multi-byte UTF-8.
    bruceadams committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f670704 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Enhance super_len to count encoded bytes for str

    This fixes issue psf#6586
    bruceadams committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3fd309a View commit details
    Browse the repository at this point in the history