zopefoundation / zope.testrunner

This package provides a flexible test runner with layer support.
https://zopetestrunner.readthedocs.io/
Other
2 stars 23 forks source link

Switch import for Python 3.13 compatibility #161

Closed dataflake closed 9 months ago

dataflake commented 9 months ago

The name _start_new_thread is no longer available from the threading module. It's source, _thread.start_new_thread, is available on all supported Python versions, so this PR switches the import to it.