Skip to content

Commit de65790

Browse files
committed
docs: note fd usage has halved
1 parent ded00d2 commit de65790

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ Core Library
9898
bugs where a double close could destroy descriptors belonging to an unrelated
9999
stream.
100100

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+
101108
* `a5536c35 <https://github.com/dw/mitogen/commit/a5536c35>`_: avoid quadratic
102109
buffer management when logging lines received from a child's redirected
103110
standard IO.

0 commit comments

Comments
 (0)