]> granicus.if.org Git - python/commit
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
authorGuido van Rossum <guido@python.org>
Tue, 16 Dec 1997 23:58:15 +0000 (23:58 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 16 Dec 1997 23:58:15 +0000 (23:58 +0000)
commite7951976adc69c3290540fe5a1c6f65c374220bc
tree57ffa2ec4c4a01f184c93727ec0e47967bc8b0ef
parent7988206c1cb8eed80b3b0e53cc5f754e61a129a1
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
which shoulda coulda woulda oughta been PyErr_SetString().
Modules/dlmodule.c