Skip to content

Commit e4929ea

Browse files
committed
add changes so far
1 parent 32884ec commit e4929ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

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+
615
## Version 19.1.0
716

817
* Add `java.add_to_classpath` API to dynamically extend the host class path

0 commit comments

Comments
 (0)