mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Remove unused variable.
This commit is contained in:
parent
9291332de1
commit
6d7db6ecc4
1 changed files with 0 additions and 1 deletions
|
|
@ -591,7 +591,6 @@ thread_stack_size(PyObject *self, PyObject *args)
|
||||||
{
|
{
|
||||||
size_t old_size;
|
size_t old_size;
|
||||||
Py_ssize_t new_size = 0;
|
Py_ssize_t new_size = 0;
|
||||||
PyObject *set_size = NULL;
|
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "|n:stack_size", &new_size))
|
if (!PyArg_ParseTuple(args, "|n:stack_size", &new_size))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue