|
|
@ -269,7 +269,7 @@ Core Library
|
|
|
|
execution of its :keyword:`finally` block was delayed on Python 3. Now
|
|
|
|
execution of its :keyword:`finally` block was delayed on Python 3. Now
|
|
|
|
callers explicitly close the generator when finished.
|
|
|
|
callers explicitly close the generator when finished.
|
|
|
|
|
|
|
|
|
|
|
|
* `#421 <https://github.com/dw/mitogen/issues/421>`_: the fork method could
|
|
|
|
* `#422 <https://github.com/dw/mitogen/issues/422>`_: the fork method could
|
|
|
|
fail to start if :data:`sys.stdout` was opened in block buffered mode, and
|
|
|
|
fail to start if :data:`sys.stdout` was opened in block buffered mode, and
|
|
|
|
buffered data was pending in the parent prior to fork.
|
|
|
|
buffered data was pending in the parent prior to fork.
|
|
|
|
|
|
|
|
|
|
|
|