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

Conversation

@Clivern
Copy link

@Clivern Clivern commented Jun 20, 2024

What does this change?

fromstring method is removed since python 3.9. There was a note in previous versions to switch from fromstring into
frombytes. here is the links

https://docs.python.org/3.8/library/array.html#array.array.frombytes
https://docs.python.org/3.8/library/array.html#array.array.fromstring

How to test

Test it in any py3.9 environment. clearly it is broken

How can we measure success?

N/A

Have we considered potential risks?

frombytes is available since python 3.2 but not older versions. so if someone still uses something older than 3.2, frombytes won't work for him

@Clivern Clivern changed the title Fix issue on python3.9+ Fix issue for python3.9+ Jun 20, 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.

1 participant