Fix array.array.frombytes for Python 3.9#572
Merged
Thrameos merged 3 commits intojpype-project:masterfrom Jan 23, 2020
Merged
Conversation
Contributor
|
Fail is a belch in the CI system. |
Contributor
Author
|
Thanks for merge! Do you have a rough schedule for the next release? Cheers! |
Contributor
|
I will have to consult with @marscher regarding the next release. JPype is currently struggling because of incompatibility between with and without numpy on the distribution. My general opinion is that binary modules can’t use other binary modules as extras as it basically forks the distribution. The portion that we are using from numpy is vanishing small so I am making a pull request that replaces numpy use with a class that replicates the same features. I am guessing it will be about two weeks of calendar time clean up all the edge cases that are likely to be generated on that effort. After that we should be ready for a release.
|
Contributor
|
Also we have two mystery segfaults on our issues list. I haven’t analyzed them so I can’t put a time on correction, but I would hope to have time to deal with them before another release. If they look too nasty I guess I can leave them for a future release.
|
Contributor
|
@hugovk we have completed a new release. Sorry for the delays. |
Contributor
Author
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #570.
nightly on Travis CI now points to Python 3.9, and it's now green :)