We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8531755 commit 9e08150Copy full SHA for 9e08150
CHANGELOG.md
@@ -11,6 +11,7 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
11
- Added `clr.GetClrType` (#432, #433)
12
- Allowed passing `None` for nullable args (#460)
13
- Added keyword arguments based on C# syntax for calling CPython methods (#461)
14
+- Catches exceptions thrown in C# iterators (yield returns) and rethrows them in python (#475)
15
16
### Changed
17
0 commit comments