commit | 404b95d9baaad27923381868b97bce3748f04d50 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 05 02:09:46 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 05 02:09:46 1997 +0000 |
tree | e4a7413ca07a410d02a5b51bba84c4f682635337 | |
parent | a0d349f46ab1655aa0ab671061f3c2770562eca4 [diff] |
Provide a dummy empty directory as f_builtins instead of failing, when no valid directory is passed in. This prevents __del__ to fail when invoked after __builtins__ has already been discarded. Also add PyFrame_Fini() to discard the cache of frames.