Zitat von Antoine Pitrou <solip...@pitrou.net>:

I think SPARC (the architecture) disallows unaligned accesses to
memory. I don't think it is specific to the Solaris CC compiler.

That's correct. Unaligned memory operations need to use memcpy.

Regards,
Martin


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to