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

bpo-30910 - Add fexceptions to ppc64le build #2682

Closed
wants to merge 1 commit into from

Conversation

brunoalr
Copy link

The -fexception flag is needed to correctly deal with exceptions in code that is written in both C and C++.

This enables C++ code that interoperate with CPython to deal with
exceptions properly on ppc64le systems.

PyTorch/Torch is an example of a project that explicits this issue.
@brunoalr
Copy link
Author

Can someone review this PR, please? :)

@lbianc
Copy link

lbianc commented Aug 4, 2017

Ping

@lbianc
Copy link

lbianc commented Aug 11, 2017

@Haypo, Could you or someone else review this PR?

@gut
Copy link

gut commented Aug 16, 2017

@lbianc : discussion is taking place on http://bugs.python.org/issue30910

@benjaminp
Copy link
Contributor

Thank you for the PR. I explained on the issue why we won't be merging this, though.

@benjaminp benjaminp closed this Aug 18, 2017
@gut gut deleted the add-fexceptions branch August 18, 2017 11:19
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

5 participants