We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e686cb commit 5126df6Copy full SHA for 5126df6
1 file changed
Python/_warnings.c
@@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action)
888
static PyObject *
889
init_filters(void)
890
{
891
- /* Don't silence DeprecationWarning if -3 was used. */
892
PyObject *filters = PyList_New(5);
893
unsigned int pos = 0; /* Post-incremented in each use. */
894
unsigned int x;
0 commit comments