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

Add parentheses needed for python 3.9 #164

Merged
merged 1 commit into from
Apr 16, 2020
Merged

Add parentheses needed for python 3.9 #164

merged 1 commit into from
Apr 16, 2020

Conversation

jamesjer
Copy link
Contributor

@jamesjer jamesjer commented Mar 1, 2020

In Fedora, we are doing test builds of packages with the current alpha release of python 3.9. Cvxopt fails to build due to missing parentheses. Somebody apparently assumed that PyLong_Check always expands to a parenthesized expression, but it no longer does so.

@coveralls
Copy link

coveralls commented Mar 1, 2020

Coverage Status

Coverage decreased (-0.002%) to 55.473% when pulling 5df4497 on jamesjer:master into cc46cbd on cvxopt:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.006%) to 55.469% when pulling 5df4497 on jamesjer:master into cc46cbd on cvxopt:master.

@martinandersen
Copy link
Contributor

Thanks @jamesjer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants