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

Emergency Bugfix for Python3.9/3.10 #820

Merged
merged 2 commits into from
Nov 4, 2023
Merged

Conversation

TheTechromancer
Copy link
Collaborator

Fixes an issue arising from max_tasks_per_child, which was added in python 3.11:

  File "/opt/bbot/bbot/cli.py", line 138, in _main
    scanner = Scanner(
  File "/opt/bbot/bbot/scanner/scanner.py", line 258, in __init__
    self.process_pool = ProcessPoolExecutor(max_tasks_per_child=100)
TypeError: ProcessPoolExecutor.__init__() got an unexpected keyword argument 'max_tasks_per_child'

@TheTechromancer
Copy link
Collaborator Author

Resolved in #821.

@TheTechromancer TheTechromancer merged commit 2d97c48 into dev Nov 4, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants