diff options
author | Thomas Wouters <thomas@python.org> | 2001-07-16 15:47:36 +0000 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2001-07-16 15:47:36 +0000 |
commit | 032ad71ded2c176deca610feff2fe5049da4f192 (patch) | |
tree | 51aad10a00d71fec0f981645655184f882617921 /Python/pythonrun.c | |
parent | 9fbfdd391f6ed4001929236d7a7661cba0114e7e (diff) | |
download | cpython-032ad71ded2c176deca610feff2fe5049da4f192.tar.gz |
Fix SF #441664: Python crash on del of a slice of a mmap
Check for slice/item deletion, which calls slice/item assignment with a NULL
value, and raise a TypeError instead of coredumping. Bugreport and suggested
fix by Alex Martelli.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions