Changeset 355c78f in trunk


Ignore:
Timestamp:
2020-04-18T07:52:18Z (5 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
f9956f4
Parents:
9ccbe56
git-author:
meejah <meejah@…> (2020-01-31 11:46:36)
git-committer:
meejah <meejah@…> (2020-04-18 07:52:18)
Message:

irrelevant comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/directory.py

    r9ccbe56 r355c78f  
    674674            self.dirnode_children_error = text
    675675
    676         # XXX there was a big comment here about tail-recursion etc
    677         # .. do we need to yield sometimes in this loop, or ..? (I'm
    678         # not sure the former implementation actually did what the
    679         # comment claimed, though..)
    680676        self.dirnode_children = children
    681677        defer.returnValue(self.dirnode_children)
Note: See TracChangeset for help on using the changeset viewer.