mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
PyTuple_New(): vrbl i no longer referenced, so removed it (which kills
off a new compiler wng under MSVC6).
This commit is contained in:
parent
668034173b
commit
1c3fd875b9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ PyObject *
|
|||
PyTuple_New(register int size)
|
||||
{
|
||||
register PyTupleObject *op;
|
||||
int i;
|
||||
|
||||
if (size < 0) {
|
||||
PyErr_BadInternalCall();
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue