Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

setDaemon attribute was deprecated in Python 3.10. #3677

Closed tirkarthi closed 2 years ago

tirkarthi commented 3 years ago

Fixes #3676

stevepiercy commented 3 years ago

@tirkarthi thank you for the PR. Would you please also sign https://github.com/Pylons/pyramid/blob/master/CONTRIBUTORS.txt, commit, and push to the PR?

The failing GitHub Workflow is due to a new version of Black reformatting docstrings, but that's not because of your contribution. We need to run Black on a new separate PR.

tirkarthi commented 3 years ago

Thanks, signed and pushed,

stevepiercy commented 3 years ago

I'd like an approval from another maintainer, or just a merge. Then I will backport, add change notes, and run a separate PR for the black issue.

digitalresistor commented 2 years ago

Thank you!