]> granicus.if.org Git - python/commit
Issue #2058: Remove the buf attribute and add __slots__ to the
authorLars Gustäbel <lars@gustaebel.de>
Mon, 14 Apr 2008 10:05:48 +0000 (10:05 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 14 Apr 2008 10:05:48 +0000 (10:05 +0000)
commitc2ea8c6c3ace398ed757f104d59b32ecad046281
treed872662366247b986ae63e1a787b434937682576
parent13d4a61075d4340cd7aa1308b2a0b25aac2cc353
Issue #2058: Remove the buf attribute and add __slots__ to the
TarInfo class in order to reduce tarfile's memory usage.
Lib/tarfile.py
Misc/NEWS