| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: Fix a few typos | Tim Gates | 2022-07-04 | 1 | -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 Madden | 2021-11-09 | 1 | -7/+33 |
| | | | | | even the main greenlet. | ||||
| * | More restructuring of the docs.docs | Jason Madden | 2020-11-19 | 1 | -0/+44 |
