Skip to content

Commit dd32bdd

Browse files
committed
Expose types -- add py.typed file
The typing is not perfect, but better than nothing, so let's expose it.
1 parent fff4381 commit dd32bdd

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
Also fixed ``init_popen_io`` to use ``closefd=False`` for shared stdin and stdout file
1616
descriptors, preventing ``Bad file descriptor`` errors triggered by test_stdouterrin_setnull.
17+
* The library is now typed and the typing is exposed to type-checkers.
1718
* Re-exported ``Gateway`` and ``Channel`` from ``execnet``. The constructors
1819
are private.
1920
* Fixed ``GatewayBase.join()`` timeout argument getting ignored.

src/execnet/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)