paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆233Updated 4 months ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- A list-like type with better asymptotic performance and similar performance on small lists☆316Updated 3 years ago
- vmprof - a statistical program profiler☆437Updated 4 months ago
- Demo project for building Python wheels for Linux with Travis-CI☆231Updated 4 years ago
- Python code object transformers☆184Updated last year
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 3 years ago
- A python package that provides useful locks.☆274Updated 4 months ago
- ☆608Updated 8 years ago
- Experiments for the official PEG parser generator for Python☆282Updated last year
- Python module to modify bytecode☆326Updated last month
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆246Updated 3 months ago
- Some notes on using Cython to increase the performance of Python code.☆60Updated last year
- C implementation of Python 3 lru_cache☆158Updated 5 years ago
- 💥 Cython memory pool for RAII-style memory management☆459Updated 2 months ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆319Updated last month
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Run a subprocess in a pseudo terminal☆235Updated 6 months ago
- A fast and thorough lazy object proxy.☆264Updated last week
- Toolkit to run Python benchmarks☆908Updated last week
- Find and copy needed dynamic libraries into python wheels☆294Updated last month
- Auditing and relabeling cross-distribution Linux wheels.☆514Updated last week
- Python Sorted Collections Library☆110Updated 3 years ago
- Profile python programs and view them with kcachegrind☆169Updated 4 years ago
- A Python Parser☆664Updated 5 months ago
- Visually explore Python object graphs☆832Updated 2 months ago
- Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)☆366Updated 2 weeks ago
- A pure-Python, bring-your-own-I/O implementation of HTTP/1.1☆548Updated 9 months ago
- Memory efficient Python objects☆371Updated last month
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆437Updated last week