Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0a95063d732b6f309a0cbf73e6095fb8774e5914
/
Python
/
_warnings.c
a692c4d
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon.
by Benjamin Peterson
· 17 years ago
f9e7ebe
Correct a refleak found by "regrtest.py -R:: test_structmembers"
by Amaury Forgeot d'Arc
· 17 years ago
6715352
Use PyString_InternFromString instead of PyString_FromString for static vars
by Christian Heimes
· 17 years ago
e974689
Re-implement the 'warnings' module in C. This allows for usage of the
by Brett Cannon
· 17 years ago