commit | 960bc5490bc39656a53764e3dd38f8ecc70828eb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 03 18:42:21 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 03 18:42:21 2002 +0000 |
tree | 41c3a7bb31874302335af5ad7cbf53eb428fbd39 | |
parent | 683c0fe41430d66e329279e164912cea62170f0a [diff] |
(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.