Open ericvsmith opened 7 years ago
The tag last-version-with-ast points to a version of the code that uses ast to create functions. The current master branch uses exec.
JFTR, the reason why attrs went with exec is so it's possible to use pdb to step through our generated __init__.
__init__
That's helpful, @hynek. Thanks for the insight.
The tag last-version-with-ast points to a version of the code that uses ast to create functions. The current master branch uses exec.