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 steve.dower
Recipients brett.cannon, eric.snow, steve.dower
Date 2019-04-27.14:39:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556375995.44.0.606512824502.issue36737@roundup.psfhosted.org>
In-reply-to
Content
> I could also see use cases for *also* configuring warnings process-wide but that could be handled separately if actually desired.

Beyond "warning configuration is inherited by new interpreters", I don't see any reason to have process wide configuration. People using Python directly will get "process" wide from runtime configuration, and embedders don't want anything implicitly process-wide at all.
History
Date User Action Args
2019-04-27 14:39:55steve.dowersetrecipients: + steve.dower, brett.cannon, eric.snow
2019-04-27 14:39:55steve.dowersetmessageid: <1556375995.44.0.606512824502.issue36737@roundup.psfhosted.org>
2019-04-27 14:39:55steve.dowerlinkissue36737 messages
2019-04-27 14:39:55steve.dowercreate