]> 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:44:17 +0000 (13:44 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 24 Nov 2007 13:44:17 +0000 (13:44 +0000)
commitce7d10ccc4d04fd96dfd5c0d239ed81357efd3f8
tree0f13ca75cbdaac1c1c2e712f47055cd7f66a8bca
parent6dae85f409642f29ff37c8648f977ea24883e75e
Issue #1445: Fix a SystemError when accessing the ``cell_contents``
attribute of an empty cell object.  Now a ValueError is raised.
Lib/test/test_funcattrs.py
Misc/NEWS
Objects/cellobject.c