]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
sys.check_interval=x -> sys.setcheckinterval(x)
authorGuido van Rossum <guido@python.org>
Mon, 9 Jan 1995 17:46:13 +0000 (17:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jan 1995 17:46:13 +0000 (17:46 +0000)
commita0d7a233981ce56c74d3fd6a4fb0cadac08a7654
tree18108ce2fcbaeb6cb2f44765485083c0d685c616
parente791c2e44169f7f76819fef5571d4e3aca12d04c
sys.check_interval=x -> sys.setcheckinterval(x)
Include/sysmodule.h
Python/sysmodule.c