mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
895862aa01
When Python is build is debug mode (Py_DEBUG), DeprecationWarning, PendingDeprecationWarning and ImportWarning warnings are now displayed by default. test_venv: run "-m pip" and "-m ensurepip._uninstall" with -W ignore::DeprecationWarning since pip code is not part of Python.
Miscellaneous source files for the main Python shared library