abarnert / superhackyinternalsLinks
Some ctypes wrappers to explore the CPython internal representations from inside
☆18Updated 7 years ago
Alternatives and similar repositories for superhackyinternals
Users that are interested in superhackyinternals are comparing it to the libraries listed below
Sorting:
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Design a new better C API for Python☆60Updated last month
- Python code object transformers☆184Updated last year
- Pure-python C compiler and assembler☆51Updated 10 years ago
- ☆608Updated 8 years ago
- GCC plugin that embeds CPython inside the compiler☆207Updated 3 years ago
- Python wrapper around the RDTSCP instruction to get the cycle counter on X86☆20Updated 7 years ago
- A Python bytecode compiler written in Python. Based on a fork of https//github.com/pfalcon/python-compiler