python3.3-dbg-config
Debug Build of the Python Interpreter (version 3.3)
Install
- All systems
-
curl cmd.cat/python3.3-dbg-config.sh
- Raspbian
-
apt-get install python3.3-dbg
- Dockerfile
- dockerfile.run/python3.3-dbg-config
python3.3-dbg
Debug Build of the Python Interpreter (version 3.3)
The package holds two things: - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. See the README.debug for more information.