[issue1631171] implement warnings module in C

Brett Cannon report at bugs.python.org
Wed Mar 19 06:14:47 CET 2008


Brett Cannon <brett at python.org> added the comment:

Attached is what I think is a completely working version of warnings 
implemented in a mixture of C and Python. I am not worrying about 
documenting the new C APIs I had to add since they are pretty specific 
to internal stuff. Probably should add a leading '_', but I'm tired. =)

I think the fleshed out tests do a pretty good job of testing new code. 
Even if this patch gets held up the tests should definitely get 
backported as is reasonable.

Assigning to Neal to review (hopefully soon).

----------
assignee: brett.cannon -> nnorwitz
Added file: http://bugs.python.org/file9761/c_warnings.diff

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1631171>
_____________________________________


More information about the Python-bugs-list mailing list