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 jackdied
Recipients jackdied, jess.austin
Date 2009-03-26.16:51:08
SpamBayes Score 2.927932e-05
Marked as misclassified No
Message-id <1238086271.91.0.0395310478022.issue5516@psf.upfronthosting.co.za>
In-reply-to
Content
+1

Patch and tests work for me.  Uploaded a patch that is identical except
the file paths are fixed.

Was the old behavior stable across compilers anyway?  It memcmpared two
different structs and IIRC only the first item of each struct is
guaranteed to be at the start of the memory location.  No?

With this patch only same-struct objects are memcmpared.
History
Date User Action Args
2009-03-26 16:51:12jackdiedsetrecipients: + jackdied, jess.austin
2009-03-26 16:51:11jackdiedsetmessageid: <1238086271.91.0.0395310478022.issue5516@psf.upfronthosting.co.za>
2009-03-26 16:51:10jackdiedlinkissue5516 messages
2009-03-26 16:51:10jackdiedcreate