Releases: malor/cpython-lldb
Releases · malor/cpython-lldb
Development Build
0.3.2
Development Build
Continuous Integration
- fix warnings in the release workflow #62 (Roman Podoliaka)
0.3.1
Merge pull request #58 from dalazx/dalazx/readme/macos Revisit the MacOS installation steps
Development Build
0.3.0
- add support for CPython 3.10
Development Build
0.2.1
This releases contains no functional changes. Its purpose is to verify the new release workflow via GitHub Actions.
0.2.0
Functional changes
-
py-bt
now traverses the call stack starting from the selected frame and up rather than from the newest frame -
Added pretty-printing support for the following types:
- frozensets
- collections.defaultdict
- collections.UserDict
- collections.OrderedDict
- collections.Counter
- collections.UserList
- collections.UserString
-
Add type summaries for the following built-in CPython structs:
- PyLongObject
- PyFloatObject
- PyBytesObject
- PyUnicodeObject
- PyListObject
- PyTupleObject
- PySetObject
- PyDictObject
- defdictobject
Non-functional changes
- Tests are now executed in parallel via pytest-xdist
- Added a test for py-bt triggered on a mixed Python/C-API call stack
- Switched to using of GitHub Actions instead of Travis CI
Initial release
Merge pull request #35 from malor/cleanup Documentation cleanups