Commit Graph

6 Commits

Author SHA1 Message Date
coolreader18
777542f7ec Directly instantiate exceptions in the vm.new_*_error functions 2019-12-28 01:31:24 -06:00
coolreader18
ec3e402970 Move and improve normalize_exception 2019-12-27 22:13:23 -06:00
Noah
420f5c3490 Add vm.normalize_exception() 2019-12-27 11:22:53 -06:00
Noah
97c8d11092 Make PyResult<T> = Result<T, PyBaseExceptionRef> 2019-12-27 11:22:52 -06:00
coolreader18
516bce048a Don't panic when we try going past the end of a generator 2019-12-03 21:39:34 -06:00
coolreader18
577cea92fe Add coroutines, async/await functionality, and gen.close() 2019-11-07 00:04:50 -06:00