Changeset 355c78f in trunk
- Timestamp:
- 2020-04-18T07:52:18Z (5 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/directory.py ¶
r9ccbe56 r355c78f 674 674 self.dirnode_children_error = text 675 675 676 # XXX there was a big comment here about tail-recursion etc677 # .. do we need to yield sometimes in this loop, or ..? (I'm678 # not sure the former implementation actually did what the679 # comment claimed, though..)680 676 self.dirnode_children = children 681 677 defer.returnValue(self.dirnode_children)
Note: See TracChangeset
for help on using the changeset viewer.