]> granicus.if.org Git - python/commit
No need to issue a fatal error if the PyDict_SetItemString fails; the
authorGuido van Rossum <guido@python.org>
Wed, 14 Oct 1998 13:45:06 +0000 (13:45 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Oct 1998 13:45:06 +0000 (13:45 +0000)
commita0deb6402429f4b541aa38aac095ffe422b8f88e
treea932d2adbb2bf9ee6ebd8a0b63f7e695e0258f3b
parent35e55da7dce202b985b1735b9ae9b0080a993ba4
No need to issue a fatal error if the PyDict_SetItemString fails; the
caller (in import.c) will test for errors and take appropriate action.
Modules/arraymodule.c