]> arthur.barton.de Git - bup.git/commit
stat_result: specify __slots__
authorRob Browning <rlb@defaultvalue.org>
Sun, 14 Aug 2022 18:29:59 +0000 (13:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 14 Aug 2022 19:08:57 +0000 (14:08 -0500)
commit3914d75c42f60d71ace4957bd31d3009d9f8ed0c
tree01575c0043a6314a4437659f3c4ca46f4944a5d2
parente34ff9593365e63da9566f09bd4947f78a7daf77
stat_result: specify __slots__

We're likely to have a lot of these, so might as well save the memory.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/xstat.py