paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆231Updated last month
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- ☆608Updated 8 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- vmprof - a statistical program profiler☆433Updated last month
- Experiments for the official PEG parser generator for Python☆281Updated last year
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- Demo project for building Python wheels for Linux with Travis-CI☆230Updated 4 years ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Run a subprocess in a pseudo terminal☆231Updated 4 months ago
- Python code object transformers☆184Updated last year
- Python module to modify bytecode☆324Updated 3 weeks ago
- Instant visualization of Python AST and Code Objects☆143Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- A python package that provides useful locks.☆269Updated 2 months ago
- Remote vanilla PDB (over TCP sockets).☆300Updated 3 years ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆246Updated 3 weeks ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆378Updated 2 months ago
- Powerful Python library for atomic file writes.☆318Updated 3 years ago
- Memory efficient Python objects☆369Updated last month
- Configuration ("dotfiles"), small personal programs like scm.py, other misc things...☆25Updated last week
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆146Updated this week
- Utility for measuring the fraction of time the CPython GIL is held☆121Updated 4 years ago
- Use pytest's runner to discover and execute C++ tests☆142Updated last week
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆434Updated last month
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆340Updated last year
- A fast and memory efficient LRU cache for Python☆281Updated 3 weeks ago
- Pure-python wrapper generator for ctypes☆327Updated 6 months ago
- LZ4 bindings for Python☆295Updated last week
- Notes describing my understanding of how modern Python event loops work☆331Updated 5 years ago