Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Included uvloop to set default event loop policy #1020

Merged
merged 2 commits into from
Feb 20, 2025

Conversation

pUrGe12
Copy link
Contributor

@pUrGe12 pUrGe12 commented Feb 20, 2025

Proposed change

As described by @securestep9, adding uvloop in poetry installs and using that to get the correct event loop policy. Fixes #616.

Type of change

  • New core framework functionality
  • Bugfix (non-breaking change which fixes an issue)
  • Code refactoring without any functionality changes
  • New or existing module/payload change
  • Localization improvement
  • Dependency upgrade
  • Documentation improvement

Checklist

  • I've followed the contributing guidelines
  • I've run make pre-commit, it didn't generate any changes
  • I've run make test, all tests passed locally

@securestep9 securestep9 self-assigned this Feb 20, 2025
@securestep9
Copy link
Collaborator

thank you @pUrGe12 ! 🚀

@securestep9 securestep9 added this pull request to the merge queue Feb 20, 2025
Merged via the queue into OWASP:master with commit c0962bc Feb 20, 2025
17 checks passed
@securestep9 securestep9 added this to the v0.4.1 milestone Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AttributeError: '_UnixSelectorEventLoop' object has no attribute '_ssock'
2 participants