We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb10c5 commit c8e1774Copy full SHA for c8e1774
1 file changed
CHANGES.rst
@@ -12,7 +12,7 @@
12
- Fix the discrepancy in the way the two ``getcurrent`` APIs behave
13
during greenlet teardown. One API (the C API used by, e.g., gevent) raised a
14
``RuntimeError``; the other (the Python ``greenlet.getcurrent`` API)
15
- returned ``None``. This second way breaks greenlet's type
+ returned ``None``. This second way is incompatible with greenlet's type
16
annotations, so ``greenlet.getcurrent`` now raises a
17
``RuntimeError`` as well.
18
0 commit comments