Cpython-lldb

Latest version: v0.3.2

Safety actively analyzes 689579 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

This releases contains no functional changes. Its purpose is to verify the new release workflow via GitHub Actions.

0.2.1dev

Commits
- 1da23ce: Use python:3.10 Docker image for testing (Roman Podoliaka) [51](https://github.com/malor/cpython-lldb/pull/51)

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

0.1.0

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.