]> granicus.if.org Git - python/commit
start() and stop() methods: return None where there is no exception;
authorFred Drake <fdrake@acm.org>
Fri, 8 Feb 2002 21:27:50 +0000 (21:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 Feb 2002 21:27:50 +0000 (21:27 +0000)
commit2c146bfa28ae8dd50b86307d4c55baf026311d74
treea20784a3041e09b271987f15dd1667b99ad3c87e
parentfa2e4c27d26ebf34779fbd2d7f77e08fc7bf7bd2
start() and stop() methods: return None where there is no exception;
returning NULL causes the interpreter to raise a SystemError.
Noted by Anthony Baxter at Python 10.
Modules/_hotshot.c