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 c9cb09d commit e24d52eCopy full SHA for e24d52e
CHANGELOG.md
@@ -8,6 +8,12 @@ language runtime. The main focus is on user-observable behavior of the engine.
8
* Added subclassing of Java classes in JVM mode
9
* Use native posix functions in the GraalPython Launcher
10
11
+## Version 21.1.0
12
+
13
+* Support catching exceptions from other languages or Java with catch-all except blocks
14
+* Support iterating over iterables from other languages, as well as allow other languages to iterate over Python iterables and iterators
15
+* Support isinstance and issubclass with instances and classes of other languages
16
17
## Version 21.0.0
18
19
* Implement name mangling for private attributes
0 commit comments