]> granicus.if.org Git - python/commit
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 24 Nov 2007 13:53:29 +0000 (13:53 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 24 Nov 2007 13:53:29 +0000 (13:53 +0000)
commit30f61cbb1331615af829aea69d2586e990488525
tree388079d50352524210c0e81b15b9a23e4f2fbd61
parent9163783881d1374a40877d0c80955e53066157fe
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
attribute of an empty cell object.  Now a ValueError is raised.

Backport of r59170.
Lib/test/test_funcattrs.py
Misc/NEWS
Objects/cellobject.c