Python Development (Victor’s notes)¶

This documentation is not an official Python documentation, but a collection of personal notes by Victor Stinner.
Python:
Development:
- Python Continuous Integration: Travis CI, AppVeyor, VSTS, Buildbots
- Python Debug Tools
- Debug CPython with gdb
- Unstable tests
- External libraries and Generated files
- Supported platforms and architectures
- Downstream patches
- Python on Android
- Python Development Workflow
- CPython infrastructure
- Python Memory
- Compile CPython on Windows
- Price of the portability
- C hacks in CPython source code
- Bugs found by the Python project
- Python Finalization
- Python builds
- Python Subinterpreters
- Add a field to PyConfig
- Embed Python in an application
- Python C API
- Python Thread State
- Fork in Python
- Test the next Python
- Popular third party extension modules
- Analysis of CPython binary assembly
- Python garbage collector
- Python standard library
- Compile Python to WebAssembly (WASM)
- Python Import
Performance:
Community:
Misc: