Closed holahmeds closed 4 years ago
Merging #7 into master will not change coverage. The diff coverage is
0%
.
@@ Coverage Diff @@
## master #7 +/- ##
=======================================
Coverage 84.02% 84.02%
=======================================
Files 3 3
Lines 169 169
=======================================
Hits 142 142
Misses 27 27
Impacted Files | Coverage Δ | |
---|---|---|
pymysqlpool/pool.py | 68.6% <0%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update aa5ec72...84f6c0b. Read the comment docs.
Why not merging this?
Thanks, merged @holahmeds
Could you please release a new version on PyPI containing this change?
If we don't mark the resize pool thread as daemon, it keeps running even after the main thread is finished. This keeps the process from exiting.