Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

fix: Case handling in byte and bytearray methods, converting unicode to ascii array #80

Merged
merged 3 commits into from
Jun 18, 2024

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
5 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants