]> granicus.if.org Git - python/commit
Bug fix: compile() called from a nested-scopes-enable Python was not
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 26 Mar 2001 19:53:38 +0000 (19:53 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 26 Mar 2001 19:53:38 +0000 (19:53 +0000)
commit673a4fda5133554b48cbe06edb416386ca301501
treef51715f60cc7ec0732b90281a2a04d8bdaf70c9d
parentb4ce43011e5d3ad43a421f1e2d366f0ce8cd36dc
Bug fix: compile() called from a nested-scopes-enable Python was not
using nested scopes to compile its argument.  Pass compiler flags
through to underlying compile call.
Python/pythonrun.c