Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This macro allows you to call Python objects with the most convenient syntax and maximum performance. The implementation is... complicated. The performance requirements mean that we do a lot of type juggling, including clever tricks. This is a draft; it likely contains bugs and it isn't the most readable.
- Loading branch information