paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆230Updated 2 months ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- vmprof - a statistical program profiler☆432Updated 2 months ago
- ☆608Updated 7 years ago
- Python code object transformers☆185Updated last year
- Wrapper around pdb allowing remote debugging via netcat or telnet. This is especially useful in a Tomcat/Jython environment where little …☆138Updated last month
- How to Write and Debug C Extension Modules☆38Updated 7 years ago
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated 9 months ago
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆408Updated 2 weeks ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 8 months ago
- Code inspection for Python builtins☆103Updated 2 years ago
- A python package that provides useful locks.☆256Updated 2 months ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- A fast and thorough lazy object proxy.☆259Updated last month
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 5 years ago
- Run a subprocess in a pseudo terminal☆224Updated last year
- Design a new better C API for Python☆59Updated 6 months ago
- LLDB extension for debugging Python programs☆85Updated 6 months ago
- Serialization library for Exceptions and Tracebacks.☆168Updated 2 months ago
- Powerful Python library for atomic file writes.☆316Updated 2 years ago
- A fast and memory efficient LRU cache for Python☆275Updated last week
- Remote vanilla PDB (over TCP sockets).☆291Updated 2 years ago
- Recursive descent parsing library for Python based on functional combinators☆351Updated last year
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 2 years ago
- Utility for measuring the fraction of time the CPython GIL is held☆119Updated 3 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆245Updated 2 months ago
- Automagically inline python methods☆110Updated 9 years ago