]> granicus.if.org Git - python/commit
(Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule:
authorGuido van Rossum <guido@python.org>
Tue, 3 Sep 2002 18:42:21 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Sep 2002 18:42:21 +0000 (18:42 +0000)
commit960bc5490bc39656a53764e3dd38f8ecc70828eb
tree41c3a7bb31874302335af5ad7cbf53eb428fbd39
parent683c0fe41430d66e329279e164912cea62170f0a
(Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule:
64bit, big endian (issue 2 only).

This adds a bunch of memcpy calls via a temporary variable to avoid
alignment errors.  That's needed for some platforms.
Modules/structmodule.c