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 b2b4a51 commit 7ba6f18Copy full SHA for 7ba6f18
1 file changed
Parser/parsetok.c
@@ -246,6 +246,7 @@ parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret,
246
247
if ((ps = PyParser_New(g, start)) == NULL) {
248
err_ret->error = E_NOMEM;
249
+ growable_comment_array_deallocate(&type_ignores);
250
PyTokenizer_Free(tok);
251
return NULL;
252
}
0 commit comments