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

Fix Python 3.9 compatibility issue with 'array' module #46

Merged
merged 1 commit into from
Oct 18, 2020

Conversation

fernandez85
Copy link
Contributor

@fernandez85 fernandez85 commented Oct 11, 2020

This change fixes issue (mentioned here #45 ) in array module with Python ver 3.9 where tostring method no longer exist

@omerk
Copy link

omerk commented Oct 18, 2020

@bialix Any chance we can get this merged and a new release pushed on pypi?

This bug is causing widespread issues for a lot of open-source projects that rely on tools that bring in intelhex as a dependency (like cc2538-bsl, see #45 for references as well) so a new release on pypi would be much appreciated.

Thanks in advance.

@The-42 The-42 self-assigned this Oct 18, 2020
@The-42 The-42 added the bug label Oct 18, 2020
@The-42 The-42 linked an issue Oct 18, 2020 that may be closed by this pull request
@The-42 The-42 merged commit 4e127ab into python-intelhex:master Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tostring bug when using Python 3.9
3 participants