Merge pull request #1269 from moreati/prep-0.3.24

Prep v0.3.24
pull/1264/head
Alex Willmer 7 months ago committed by GitHub
commit b382855aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,11 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------
v0.3.24 (2025-05-29)
--------------------
* :gh:issue:`1268` :mod:`mitogen` Only close stdin, stdout, and stderr file
descriptors (0, 1, and 2) if they were open at process startup.

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple.
__version__ = (0, 3, 24, 'dev')
__version__ = (0, 3, 25, 'dev')
#: This is :data:`False` in slave contexts. Previously it was used to prevent

Loading…
Cancel
Save