Sourced from greenlet's changelog.
3.0.3 (2023-12-21)
- Python 3.12: Restore the full ability to walk the stack of a suspended greenlet; previously only the innermost frame was exposed. See
issue 388 <https://github.com/python-greenlet/greenlet/issues/388>
. Fix by Joshua Oreman inPR 393 <https://github.com/python-greenlet/greenlet/pull/393/>
.3.0.2 (2023-12-08)
- Packaging: Add a minimal
pyproject.toml
to sdists.- Packaging: Various updates to macOS wheels.
- Fix a test case on Arm32. Note that this is not a supported platform (there is no CI for it) and support is best effort; there may be other issues lurking. See
issue 385 <https://github.com/python-greenlet/greenlet/issues/385>
_
ea4bc27
Preparing release 3.0.37694880
Make doctests work on 3.7 again, which doesn't have importlib.073b1e1
Linting. Add linting to CI.9e73b59
Docs: Update from the old default theme to furo.5f4b4bb
Py3.12: Always expose greenlet frames on a switch.13148f9
Update comment that was still referring to a different, less-robust
approach ...b5f9d23
Restore stack introspection ability on 3.12edbdda2
Back to development: 3.0.3719ea47
Preparing release 3.0.22c0793c
Add change note about macOS wheels.