This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malcolmp
Recipients LambertDW, malcolmp
Date 2009-02-04.11:22:29
SpamBayes Score 7.1997624e-06
Marked as misclassified No
Message-id <1233746551.95.0.482657252708.issue5109@psf.upfronthosting.co.za>
In-reply-to
Content
It's true that memcpy won't work when the data type changes, but I would
assume (with no evidence to back me up) that the most common case for
passing an array into the array's constructor would be when data types
are the same.  That case would be case to detect especially and use
memcpy for.
History
Date User Action Args
2009-02-04 11:22:32malcolmpsetrecipients: + malcolmp, LambertDW
2009-02-04 11:22:31malcolmpsetmessageid: <1233746551.95.0.482657252708.issue5109@psf.upfronthosting.co.za>
2009-02-04 11:22:30malcolmplinkissue5109 messages
2009-02-04 11:22:30malcolmpcreate