bpo-36071 Add support for Windows ARM32 in ctypes/libffi#9
bpo-36071 Add support for Windows ARM32 in ctypes/libffi#9zooba merged 1 commit intopython:libffifrom
Conversation
|
@zooba @zware |
| safeseh= | ||
| shift 1 | ||
| ;; | ||
| -marm) |
There was a problem hiding this comment.
This is where -marm is defined.
|
Okay, I didn't notice this patch, sorry. We're diverging significantly from libffi now, and I'm not so keen on that just yet. How can we help move along the patch on their side? |
|
I pinged the PR discussion and sent email to the libffi-discussion alias. |
|
I'm going to merge this, but @paulmon if it doesn't make it into libffi then we'll need the patch again next time we take an update from them. |
|
Understood. Thanks! |
|
These changes were merged into libffi/master on 4/25 |
test_SEH still fails. I'm trying to track down unwind semantics for armasm.exe if possible.