mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
merge 3.4 (#22954)
This commit is contained in:
commit
0a59d5563e
1 changed files with 1 additions and 1 deletions
|
@ -5381,7 +5381,7 @@ tp_new_wrapper(PyObject *self, PyObject *args, PyObject *kwds)
|
||||||
"%s.__new__(%s) is not safe, use %s.__new__()",
|
"%s.__new__(%s) is not safe, use %s.__new__()",
|
||||||
type->tp_name,
|
type->tp_name,
|
||||||
subtype->tp_name,
|
subtype->tp_name,
|
||||||
staticbase == NULL ? "?" : staticbase->tp_name);
|
staticbase->tp_name);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue