Issue 18063: m68k struct alignment issue vs. PyException_HEAD (original) (raw)

Ok, can you try applying the following patch:

diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -703,13 +703,13 @@ class SizeofTest(unittest.TestCase): class C(object): pass check(C.dict, size('P')) # BaseException