Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e5493 commit acc9dccCopy full SHA for acc9dcc
1 file changed
Python/symtable.c
@@ -803,7 +803,6 @@ analyze_child_block(PySTEntryObject *entry, PyObject *bound, PyObject *free,
803
PyObject *global, PyObject* child_free)
804
{
805
PyObject *temp_bound = NULL, *temp_global = NULL, *temp_free = NULL;
806
- int success = 0;
807
808
/* Copy the bound and global dictionaries.
809
0 commit comments