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.

classification
Title: _warnings settings are process-wide
Type: behavior Stage:
Components: Extension Modules, Interpreter Core Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alex, nanjekyejoannah, pitrou
Priority: low Keywords:

Created on 2012-01-18 20:50 by pitrou, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg151563 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-01-18 20:50
The settings in the C _warnings module are system-wide instead of being interpreter-wide. It seems the latter would be more desireable (and probably more compatible with the Python warnings module).
msg223359 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-17 19:24
Just a gentle reminder.
History
Date User Action Args
2022-04-11 14:57:25adminsetgithub: 58027
2019-07-18 17:47:39nanjekyejoannahsetnosy: + nanjekyejoannah
2019-04-26 19:54:44BreamoreBoysetnosy: - BreamoreBoy
2014-07-17 19:24:53BreamoreBoysetnosy: + BreamoreBoy

messages: + msg223359
versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3
2013-02-01 21:56:27brett.cannonsetnosy: - brett.cannon
2012-01-18 21:04:53alexsetnosy: + alex
2012-01-18 20:50:16pitroucreate