commit | c12440c371025bea9c3bfb94945f006c486c2c01 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sun Jan 12 08:54:00 2020 +0000 |
committer | GitHub <noreply@github.com> | Sun Jan 12 08:54:00 2020 +0000 |
tree | 22e216f51136345710e8c22f2b4290b3c66ce138 | |
parent | 100fafcf20e8fc67cd8ef512074f9c0a253cb427 [diff] |
bpo-16575: Disabled checks for union types being passed by value. (GH-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.