|
|
|
@ -139,6 +139,12 @@ Fixes
|
|
|
|
|
0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer
|
|
|
|
|
:func:`select.poll` if it is available.
|
|
|
|
|
|
|
|
|
|
* `#545 <https://github.com/dw/mitogen/issues/545>`_: an optimization
|
|
|
|
|
introduced in `#493 <https://github.com/dw/mitogen/issues/493>`_ caused a
|
|
|
|
|
64-bit integer to be assigned to a 32-bit field on ARM 32-bit targets,
|
|
|
|
|
causing runs to fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Core Library
|
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
@ -151,6 +157,7 @@ Thanks!
|
|
|
|
|
|
|
|
|
|
Mitogen would not be possible without the support of users. A huge thanks for
|
|
|
|
|
bug reports, testing, features and fixes in this release contributed by
|
|
|
|
|
`Fabian Arrotin <https://github.com/arrfab>`_, and
|
|
|
|
|
`Petr Enkov <https://github.com/enkov>`_.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|