mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Merge 3.2
This commit is contained in:
commit
720682efd1
2 changed files with 1 additions and 2 deletions
|
@ -895,7 +895,6 @@ create_filter(PyObject *category, const char *action)
|
|||
static PyObject *
|
||||
init_filters(void)
|
||||
{
|
||||
/* Don't silence DeprecationWarning if -3 was used. */
|
||||
PyObject *filters = PyList_New(5);
|
||||
unsigned int pos = 0; /* Post-incremented in each use. */
|
||||
unsigned int x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue