Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix double conversion of Scheme procedures.
The `procedure->PyObject*/function` procedure already converts its argumetn (`proc`) into a `SchemeObject`. We must not do it again in `python-SchemeProcedure`.
- Loading branch information