Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

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.

@sonarqubecloud
Copy link

@triceo triceo merged commit c87d1b4 into TimefoldAI:main Jun 18, 2024
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