This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vladris
Recipients Abraham.Soedjito, amaury.forgeotdarc, belopolsky, cgohlke, jwhitecl, santoso.wijaya, theller, vladris
Date 2011-08-15.01:58:25
SpamBayes Score 0.0006177438
Marked as misclassified No
Message-id <1313373506.25.0.783896937634.issue11835@psf.upfronthosting.co.za>
In-reply-to
Content
Changing type to behavior as it doesn't crash on 3.3. I believe issue was opened against 2.6 and Santoso changed it to 2.7 and up where there is no crash.

Another data point: there is similar fix in current version of libffi here: https://github.com/atgreen/libffi/blob/master/.pc/win64-struct-args/src/x86/ffi.c

Since at the moment we are not integrating new libffi, I believe my fix should do (libffi fix is slightly different but I'm matching what we have in callproc.c which is not part of libffi).
History
Date User Action Args
2011-08-15 01:58:26vladrissetrecipients: + vladris, theller, amaury.forgeotdarc, belopolsky, cgohlke, santoso.wijaya, Abraham.Soedjito, jwhitecl
2011-08-15 01:58:26vladrissetmessageid: <1313373506.25.0.783896937634.issue11835@psf.upfronthosting.co.za>
2011-08-15 01:58:25vladrislinkissue11835 messages
2011-08-15 01:58:25vladriscreate