paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆231Updated 2 months ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- Experiments for the official PEG parser generator for Python☆281Updated last year
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- Python module to modify bytecode☆326Updated last week
- ☆608Updated 8 years ago
- Python code object transformers☆184Updated last year
- C implementation of Python 3 lru_cache☆158Updated 5 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- vmprof - a statistical program profiler☆435Updated 3 months ago
- Demo project for building Python wheels for Linux with Travis-CI☆230Updated 4 years ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- Flamegraph generator for cProfile stats☆255Updated 2 years ago
- A Python Parser☆662Updated 4 months ago
- A python package that provides useful locks.☆271Updated 3 months ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆247Updated last month
- Remote vanilla PDB (over TCP sockets).☆304Updated 3 years ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Design a new better C API for Python☆60Updated 2 months ago
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Run a subprocess in a pseudo terminal☆232Updated 5 months ago
- Utility for measuring the fraction of time the CPython GIL is held☆121Updated 4 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Toolkit to run Python benchmarks☆894Updated last month
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆436Updated 2 months ago
- A fast and thorough lazy object proxy.☆262Updated 4 months ago
- Visually explore Python object graphs☆827Updated last month
- A lightweight, pure Python, numpy compliant ndarray class.☆203Updated 5 years ago
- Modified fork of CPython's ast module that parses `# type:` comments☆233Updated 2 years ago
- Demo project for building Python wheels with appveyor.com☆157Updated 2 years ago
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆340Updated 2 years ago