A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-April/078734.html below:

[Python-Dev] Interface to change Py3kWarning in Python

[Python-Dev] Interface to change Py3kWarning in Python [Python-Dev] Interface to change Py3kWarning in PythonChristian Heimes lists at cheimes.de
Fri Apr 18 14:38:47 CEST 2008
Benjamin Peterson schrieb:
> I currently have a patch to make it possible to change py3k warnings
> in Python through new functions in sys: issue 2458. I realize the
> functions are rather ugly, but I don't think there is another
> practical way to do it unless you want to be writing PySys_GetObject
> and checking it for NULL whenever you add a Py3k warning.

In Python we usually have to methods for the job, like
set_py3kwarningmode and get_py3kwarningmode. I don't like the enable*
and disable* style. Even the get/set methods are an ugly workaround for
the fact, Python doesn't support module properties. :/

How do you like a macro or function PyErr_Warn3k(msg) that does all the
dirty work?

Christian

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4