We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded00d2 commit de65790Copy full SHA for de65790
docs/changelog.rst
@@ -98,6 +98,13 @@ Core Library
98
bugs where a double close could destroy descriptors belonging to an unrelated
99
stream.
100
101
+* `#419 <https://github.com/dw/mitogen/issues/419>`_,
102
+ `#549 <https://github.com/dw/mitogen/issues/549>`_, file descriptor usage
103
+ during large runs has approximately halved, as it is no longer necessary to
104
+ manage every read and write side distinctly, in order to avoid double-close
105
+ bugs. Avoiding double-close is instead handled by Python's built-in file
106
+ object.
107
+
108
* `a5536c35 <https://github.com/dw/mitogen/commit/a5536c35>`_: avoid quadratic
109
buffer management when logging lines received from a child's redirected
110
standard IO.
0 commit comments