bz2file icon indicating copy to clipboard operation
bz2file copied to clipboard

Since Python 3.7, threading is always available

Open encukou opened this issue 4 years ago • 1 comments

bz2file's test suite blocks the threading module to simulate systems where threads aren't available. Since Python 3.7, Python no longer supports systems without threads; the threading module is always available. The test fails with RuntimeError errors in Python 3.8.0 beta 2.

encukou avatar Jul 09 '19 08:07 encukou