diff options
| author | bwarsaw | 2001-07-06 05:30:51 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-07-06 05:30:51 +0000 |
| commit | 540e0bfdaf93132859aa0edb0ba55435bb586d44 (patch) | |
| tree | 465fd37afa1b504ddef72ff016f4aeef947ae4e3 /Mailman/Queue/Runner.py | |
| parent | ddf52f51e3ce2ada30188441fb10d10208beddb1 (diff) | |
| download | mailman-540e0bfdaf93132859aa0edb0ba55435bb586d44.tar.gz mailman-540e0bfdaf93132859aa0edb0ba55435bb586d44.tar.zst mailman-540e0bfdaf93132859aa0edb0ba55435bb586d44.zip | |
Diffstat (limited to 'Mailman/Queue/Runner.py')
| -rw-r--r-- | Mailman/Queue/Runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Queue/Runner.py b/Mailman/Queue/Runner.py index ded2a557c..8dfd20d04 100644 --- a/Mailman/Queue/Runner.py +++ b/Mailman/Queue/Runner.py @@ -160,7 +160,7 @@ class Runner: # Mapping of listnames to MailList instances _listcache = {} - def _open_list(self, listname, lockp=1): + def _open_list(self, listname): # Cache the opening of the list object given its name. The probably # is only a moderate win because when a list is locked, all its # attributes are re-read from the config.db file. This may help more |
