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 f2py bugs appearing on Python 3.3 #404

Merged
merged 2 commits into from Jan 25, 2013
Merged

Fix f2py bugs appearing on Python 3.3 #404

merged 2 commits into from Jan 25, 2013

Conversation

pv
Copy link
Member

@pv pv commented Jan 25, 2013

Some f2py files are missing some depend() directives, which causes f2py to produce invalid wrapper code on Python 3.3 (which has more random dict order).

This PR resolves the issues revealed by the test suite on Python 3.3.

Fixes Trac #1776, #1819

Fixes failures on Python 3.3, which has more random dict order.
Fixes failures on Python 3.3, which has more random dict order.
rgommers added a commit that referenced this pull request Jan 25, 2013
Fix f2py bugs appearing on Python 3.3
@rgommers rgommers merged commit 61649fe into scipy:master Jan 25, 2013
@rgommers
Copy link
Member

Looks good, fixes the segfault for me also. Merging.

@pv pv deleted the fix-bevx branch January 25, 2013 20:41
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.

None yet

2 participants