hynek / structlog

Simple, powerful, and fast logging for Python.
https://www.structlog.org/
Other
3.48k stars 220 forks source link

remove `until_not_interrupted()` #612

Closed methane closed 6 months ago

methane commented 6 months ago

Summary

Retry is not needed since Python 3.5. https://peps.python.org/pep-0475/

Pull Request Check List

hynek commented 6 months ago

Wow, nice, thanks!