Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make macroexpand1 crash if macro isn't callable.
Unless it's None, which will be interpreted as no macro by that name being present. This is more consistent with compiler behavior. The check should also be a little bit faster.
- Loading branch information