Skip to content

1.11.0

Latest

Choose a tag to compare

@gaborbernat gaborbernat released this 21 Jul 13:08
d184fa3

Adds support for Python 3.15 and 3.15t, and fixes a race in SubprocessCmdStatus.done: it keyed off returncode, which communicate() sets before the thread stores the output, so a poller could reach out_err() while it was still None (free-threaded builds hit this window). done now reports finished only once the output is stored (#282).

What's Changed

Full Changelog: 1.10.1...1.11.0