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 32884ec commit e4929eaCopy full SHA for e4929ea
CHANGELOG.md
@@ -3,6 +3,15 @@
3
This changelog summarizes major changes between GraalVM versions of the Python
4
language runtime. The main focus is on user-observable behavior of the engine.
5
6
+## Version 19.2.0
7
+
8
+* Implement PyStructSequence_* C API functions
9
+* Implement `_functools.partial` as a class instead of a function
10
+* Implement `type.__base__`
11
+* Support the C API varargs functions with arbitrary numbers of arguments instead of imposing an upper limit
12
+* Make `function.__dict__` writeable
13
+* Print full paths in traceback
14
15
## Version 19.1.0
16
17
* Add `java.add_to_classpath` API to dynamically extend the host class path
0 commit comments