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 84ffea8 commit f0cfea4Copy full SHA for f0cfea4
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
------------------
3
4
* 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).
12
13
14
1.7.1 (2019-08-28)
0 commit comments