summaryrefslogtreecommitdiff
path: root/docs/python_threads.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix a few typosTim Gates2022-07-041-1/+1
| | | | | | | | | | | | There are small typos in: - docs/python_threads.rst - src/greenlet/greenlet.cpp - src/greenlet/greenlet_thread_state.hpp Fixes: - Should read `uncollectible` rather than `uncollectable`. - Should read `somehow` rather than `somewhow`. - Should read `communicate` rather than `commuticate`.
* Better detection of dead greenlets: Any greenlet from a dead thread is dead, ↵Jason Madden2021-11-091-7/+33
| | | | even the main greenlet.
* More restructuring of the docs.docsJason Madden2020-11-191-0/+44