]> granicus.if.org Git - python/commit
Vladimir Marangozov' performance hack: copy f_builtins from ancestor
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 20:48:26 +0000 (20:48 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 20:48:26 +0000 (20:48 +0000)
commitbde6ff7984df185a793cb39461c9605c8162cef5
tree3b66fe5b5a28742c52f18469245d63d04123a04b
parent3da3fcef961c4be22806d9d94df5f1d0f09dbbc7
Vladimir Marangozov' performance hack: copy f_builtins from ancestor
if the globals are the same.

Also, when creating a dummy builtins dictionary, add "None" to it,
just to be kind.
Objects/frameobject.c