[issue735110] Mach-O gcc optimisation flag can boost performance up to 10%

2008-03-16 Thread Just van Rossum
Changes by Just van Rossum [EMAIL PROTECTED]: -- resolution: - rejected status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue735110 ___ Python

[issue2263] struct.pack() + numpy int raises SystemError

2008-03-10 Thread Just van Rossum
New submission from Just van Rossum [EMAIL PROTECTED]: struct.pack() raises SystemError when fed a numpy integer in some cases. The following was run on MacOSX 10.4, little endian (I can only reproduce the error if I specify big endian for the struct format). Not sure if this could be a numpy

[issue1594] MacOS.GetCreatorAndType() and SetCreatorAndType() broken on intel

2007-12-11 Thread Just van Rossum
New submission from Just van Rossum: On intel, MacOS.GetCreatorAndType() returns the creator and type code with the wrong endianness, eg. as 'DCBA' instead of 'ABCD'. -- components: Macintosh messages: 58464 nosy: jvr priority: normal severity: normal status: open title