Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesbpo-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.
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 12, 2020
Thanks @vsajip for the PR |
…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>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 12, 2020
GH-17964 is a backport of this pull request to the 3.8 branch. |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 12, 2020
Thanks @vsajip for the PR |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 12, 2020
I'm having trouble backporting to |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 12, 2020
Thanks @vsajip for the PR |
This comment has been minimized.
This comment has been minimized.
miss-islington
commented
Jan 12, 2020
Sorry, @vsajip, I could not cleanly backport this to |
…e. (pythonGH-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>
This comment has been minimized.
This comment has been minimized.
bedevere-bot
commented
Jan 12, 2020
GH-17970 is a backport of this pull request to the 3.7 branch. |
vsajip commentedJan 12, 2020
•
edited by bedevere-bot
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