mirror of https://github.com/python/cpython
Browse Source
symtable_analyze() calls analyze_block() with bound=NULL. Theoretically that NULL can be passed down to update_symbols(). update_symbols() may deference NULL and pass it to PySet_Contains()pull/9921/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue