paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
299 stars 85 forks source link

3.7 deamon threads fix #19

Closed wojons closed 3 years ago

wojons commented 4 years ago

https://bugs.python.org/issue37788

#https://github.com/prometheus/client_python/pull/356
daemon_threads = True # fix for python 3.7 please see links above for details
paulc commented 3 years ago

I've implemented this in 0.9.15 (I was making some changes to DNSServer anyway so implemented there)