Skip to content

Commit f0cfea4

Browse files
committed
Update CHANGELOG
1 parent 84ffea8 commit f0cfea4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
------------------
33

44
* Dropped support for Python 3.4.
5+
* `#118 <https://github.com/pytest-dev/execnet/pull/118>`__: Fixed internal leak that should make
6+
``execnet`` execute remote code in the main thread more often; previously it would sometimes
7+
spawn a thread to execute a ``remote_exec`` call, even when the caller
8+
didn't issue multiple ``remote_exec`` calls at the same time. Some frameworks require code
9+
to execute in the main thread, so the previous behavior would break them on occasion (see
10+
`pytest-dev/pytest-xdist#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>`__
11+
for an example).
512

613

714
1.7.1 (2019-08-28)

0 commit comments

Comments
 (0)