mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[PR #2586] [CLOSED] Fix asyncio.start_server call (unexpected keyword argument 'loop') #2621
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2621
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2586
Author: @spanjeta
Created: 8/22/2022
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
5ae5433Fix asyncio.start_server call (unexpected keyword argument 'loop')📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
modoboa/policyd/management/commands/policy_daemon.py(+1 -1)📄 Description
Description of the issue/feature this PR addresses:
The loop parameter was not necessary and was removed in Python 3.10. This was causing an error preventing the server from starting up at all in Python 3.10.
Current behavior before PR:
Desired behavior after PR is merged:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.