-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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-16575: Disabled checks for union types being passed by value. #17960
Conversation
Although the underlying libffi issue remains open, adding these checks have caused problems in third-party projects which are in widespread use. See the issue for examples. The corresponding tests have also been skipped.
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
…thonGH-17960) Although the underlying libffi issue remains open, adding these checks have caused problems in third-party projects which are in widespread use. See the issue for examples. The corresponding tests have also been skipped. (cherry picked from commit c12440c) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk>
GH-17964 is a backport of this pull request to the 3.8 branch. |
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
I'm having trouble backporting to |
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Sorry, @vsajip, I could not cleanly backport this to |
GH-17970 is a backport of this pull request to the 3.7 branch. |
…thonGH-17960) Although the underlying libffi issue remains open, adding these checks have caused problems in third-party projects which are in widespread use. See the issue for examples. The corresponding tests have also been skipped.
Although the underlying libffi issue remains open, adding these checks have caused problems in third-party projects which are in widespread use. See the issue for examples.
The corresponding tests have also been skipped.
https://bugs.python.org/issue16575