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

Dev --> Stable Emergency Bugfix 1.1.3 #823

Merged
merged 5 commits into from
Nov 4, 2023
Merged

Dev --> Stable Emergency Bugfix 1.1.3 #823

merged 5 commits into from
Nov 4, 2023

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 TheTechromancer merged commit 6603724 into stable Nov 4, 2023
10 checks passed
@TheTechromancer TheTechromancer changed the title Dev --> Stable Emergency Bugfix Dev --> Stable Emergency Bugfix 1.1.3 May 17, 2024
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.

2 participants