| commit | eb46d67ce5f4906bdae80458080e5e6bfff6512b | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Sat Aug 02 02:59:08 1997 +0000 |
| committer | Guido van Rossum <guido@python.org> | Sat Aug 02 02:59:08 1997 +0000 |
| tree | 7f69f791fd95e76e7200bd38dd3355d101986132 | |
| parent | 8cf047647418999fb8cd0e99b005b5fae8f50a3c [diff] |
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.