[issue3049] Some 3k sizeof tests fail

2008-06-06 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- resolution: -> fixed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue3049] Some 3k sizeof tests fail

2008-06-06 Thread Robert Schuppenies
Robert Schuppenies <[EMAIL PROTECTED]> added the comment: Fixed in r63985. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3049] Some 3k sizeof tests fail

2008-06-06 Thread Martin v. Löwis
New submission from Martin v. Löwis <[EMAIL PROTECTED]>: When merging the sizeof changes to 3k, I had to disable a few tests, marked with XXX. Can you please take a look at why precisely they broke, and change them appropriately? -- assignee: schuppenies messages: 67752 nosy: loewis, sch