]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
start() and stop() methods: return None where there is no exception;
authorFred Drake <fdrake@acm.org>
Fri, 8 Feb 2002 21:31:23 +0000 (21:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 Feb 2002 21:31:23 +0000 (21:31 +0000)
commit68726f5384167f33be42984510df83a8df82e149
tree28fcee81f9c0472e48c9d2481a9896e69bb631f1
parentf217829fd440467903f32a37300a2e7b2c248a80
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