]> granicus.if.org Git - python/commit
Avoid function calls to access the current thread state and builtins
authorGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 02:59:08 +0000 (02:59 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 02:59:08 +0000 (02:59 +0000)
commiteb46d67ce5f4906bdae80458080e5e6bfff6512b
tree7f69f791fd95e76e7200bd38dd3355d101986132
parent8cf047647418999fb8cd0e99b005b5fae8f50a3c
Avoid function calls to access the current thread state and builtins
-- the thread state is passed in as an argument and the builtins are a
member thereof.
Objects/frameobject.c