malor / cpython-lldbLinks
LLDB extension for debugging Python programs
☆89Updated 11 months ago
Alternatives and similar repositories for cpython-lldb
Users that are interested in cpython-lldb are comparing it to the libraries listed below
Sorting:
- Design a new better C API for Python☆59Updated last month
- Over 600 fast Python bindings to the CPython C API. 🤯☆62Updated last year
- Python AST that abstracts the underlying Python version☆146Updated 2 weeks ago
- Modified fork of CPython's ast module that parses `# type:` comments☆232Updated 2 years ago
- Repair any wheel, anywhere☆52Updated last week
- The pythoncapi-compat project can be used to write a C extension supporting a wide range of Python versions with a single code base.☆97Updated 3 weeks ago
- Find and copy needed dynamic libraries into python wheels☆286Updated last week
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆246Updated 2 weeks ago
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Examples of safe coding practice for Python C extensions.☆231Updated last month
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- Re-apply type annotations from .pyi stubs to your codebase.☆144Updated 3 years ago
- A Python 2/3 compatibility layer for C extensions☆64Updated last year
- Python module to modify bytecode☆324Updated last week
- Utility for measuring the fraction of time the CPython GIL is held☆121Updated 3 years ago
- ☆93Updated 2 years ago
- Auditing and relabeling cross-distribution Linux wheels.☆501Updated last week
- GCC plugin that embeds CPython inside the compiler☆207Updated 3 years ago
- Tool for translation type comments to type annotations in Python