paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆233Updated 3 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☆282Updated last year
- vmprof - a statistical program profiler☆437Updated 3 months ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆247Updated 2 months ago
- Enabling CPython multi-core parallelism via subinterpreters.☆246Updated 3 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- ☆608Updated 8 years ago
- C implementation of Python 3 lru_cache☆158Updated 5 years ago
- Python module to modify bytecode☆326Updated 3 weeks ago
- Python code object transformers☆184Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆457Updated last year
- 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
- Design a new better C API for Python☆60Updated 3 months ago
- Some notes on using Cython to increase the performance of Python code.☆60Updated last year
- Visually explore Python object graphs☆828Updated last month
- Memory efficient Python objects☆370Updated 3 weeks ago
- Utility for measuring the fraction of time the CPython GIL is held☆122Updated 4 years ago
- Remote vanilla PDB (over TCP sockets).☆302Updated 3 years ago
- A python package that provides useful locks.☆271Updated 4 months ago
- Profile python programs and view them with kcachegrind☆168Updated 4 years ago
- Thredo was an experiment - It's dead. Feel free to look around.☆338Updated 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…☆317Updated last week
- A Python Parser☆663Updated 4 months ago
- A pure-Python, bring-your-own-I/O implementation of HTTP/1.1☆543Updated 8 months ago
- Run a subprocess in a pseudo terminal☆233Updated 5 months ago
- A fast and thorough lazy object proxy.☆262Updated 4 months ago
- Toolkit to run Python benchmarks☆898Updated 2 months ago
- Demo project for building Python wheels with appveyor.com☆157Updated 2 years ago
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆146Updated last month