Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5126df6

Browse files
committed
Remove obsolete py3k comment.
1 parent 0e686cb commit 5126df6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/_warnings.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,6 @@ create_filter(PyObject *category, const char *action)
888888
static PyObject *
889889
init_filters(void)
890890
{
891-
/* Don't silence DeprecationWarning if -3 was used. */
892891
PyObject *filters = PyList_New(5);
893892
unsigned int pos = 0; /* Post-incremented in each use. */
894893
unsigned int x;

0 commit comments

Comments
 (0)