SIGN IN SIGN UP

Fix potential NULL pointer dereference in update_symbols()

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()
C
Christian Heimes committed
45af0c83da093ac8f6756d98c36e064e7c01b19b
Parent: bb0b0d9