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:
- Python code object transformers☆184Updated last year
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- vmprof - a statistical program profiler☆435Updated 2 months ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- Python module to modify bytecode☆326Updated 2 weeks ago
- A python package that provides useful locks.☆271Updated 3 months ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Experiments for the official PEG parser generator for Python☆281Updated last year
- ☆608Updated 8 years ago
- Design a new better C API for Python☆60Updated 2 months ago
- C implementation of Python 3 lru_cache☆158Updated 5 years ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- Remote vanilla PDB (over TCP sockets).☆303Updated 3 years ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆247Updated last month
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Demo project for building Python wheels for Linux with Travis-CI☆230Updated 4 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Visually explore Python object graphs☆826Updated 3 weeks ago
- A fast and thorough lazy object proxy.☆262Updated 3 months ago
- A Python Parser☆662Updated 3 months ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆412Updated last week
- Toolkit to run Python benchmarks☆892Updated last month
- Notes describing my understanding of how modern Python event loops work☆331Updated 5 years ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆312Updated last week
- Serialization library for Exceptions and Tracebacks.☆177Updated 3 weeks ago
- Memory efficient Python objects☆369Updated 2 months ago
- LLDB extension for debugging Python programs☆93Updated this week
- Utility for measuring the fraction of time the CPython GIL is held☆121Updated 4 years ago