This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients BTaskaya, eric.snow, nanjekyejoannah, ncoghlan, vstinner
Date 2019-05-27.15:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558971068.41.0.553891096588.issue33135@roundup.psfhosted.org>
In-reply-to
Content
> As a particularly relevant example, we currently have 3 different "warnoptions" fields: the private-to-main one for reading the command line settings, the "wchar_t *" list in the core config, and the "PyObject *" list object in the main interpreter config (which is also the one aliased as sys.warnoptions).

This issue has been fixed in bpo-36763 with the implementation of the PEP 587. PyConfig.warnoptions is now an unified list of warnings options. Moreover, the priority of warnings options is now defined at:
https://www.python.org/dev/peps/pep-0587/#priority-and-rules
History
Date User Action Args
2019-05-27 15:31:08vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, nanjekyejoannah, BTaskaya
2019-05-27 15:31:08vstinnersetmessageid: <1558971068.41.0.553891096588.issue33135@roundup.psfhosted.org>
2019-05-27 15:31:08vstinnerlinkissue33135 messages
2019-05-27 15:31:08vstinnercreate