Skip to content

Conversation

Christopher-Chianelli
Copy link
Collaborator

CPython won't ever hint the converting unicode to ascii array path (since its char sequence always has characters before 0xFF). Fix handling uppercase/lowercase in byte and bytearray methods since Python ignores char points higher than 128.
Fix missed signed byte -> unsigned byte conversions.

…to ascii array

CPython won't ever hint the converting unicode to ascii array path
(since its char sequence always has characters before 0xFF).
Fix handling uppercase/lowercase in byte and bytearray methods since
Python ignores char points higher than 128.
@triceo
Copy link
Contributor

triceo commented Jun 18, 2024

LGTM after build is green.

Copy link

@triceo triceo merged commit c87d1b4 into TimefoldAI:main Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants