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 pitrou
Recipients Robert.Elsner, mark.dickinson, pitrou, serhiy.storchaka
Date 2012-04-16.13:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334581371.59.0.658435383651.issue14596@psf.upfronthosting.co.za>
In-reply-to
Content
It appears the storage of Struct instances is rather inefficient when there's a repeat code such as "<48L". In this example, 48 almost identical structures describing the "L" format (struct _formatcode) will be created. You can guess what happens with large repeat counts...
History
Date User Action Args
2012-04-16 13:02:51pitrousetrecipients: + pitrou, mark.dickinson, serhiy.storchaka, Robert.Elsner
2012-04-16 13:02:51pitrousetmessageid: <1334581371.59.0.658435383651.issue14596@psf.upfronthosting.co.za>
2012-04-16 13:02:51pitroulinkissue14596 messages
2012-04-16 13:02:50pitroucreate