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 lars.gustaebel
Recipients
Date 2006-08-16.13:28:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=642936

If you had run the test suite you would have noticed that
there are still some names missing: buf, sparse and
_link_target. Please adjust the patch.

I cannot really estimate the implications of this patch. I
think in terms of memory use it is reasonable to add
__slots__ to Tarinfo objects because they can appear in
hordes of thousands sometimes. But it could break some code,
too.

OTOH it is easy to reverse ;-)

History
Date User Action Args
2007-08-23 15:54:09adminlinkissue1540385 messages
2007-08-23 15:54:09admincreate