mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
The developer mode (-X dev) now creates all default warnings filters to order filters in the correct order to always show ResourceWarning and make BytesWarning depend on the -b option. Write a functional test to make sure that ResourceWarning is logged twice at the same location in the developer mode. Add a new 'dev_mode' field to _PyCoreConfig.
Miscellaneous source files for the main Python shared library