File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
This changelog summarizes major changes between GraalVM versions of the Python
4
4
language runtime. The main focus is on user-observable behavior of the engine.
5
5
6
+ ## Version 20.0.0 beta 1
7
+
8
+ * Update Python standard library files to Python 3.7.3
9
+ * Improve performance of exceptions that do not escape
10
+ * Fix str(None) to print "None" instead of an empty string
11
+ * Fix error messages on polyglot objects to not leak implementation class names of those objects
12
+ * Fix erroneously frozen package paths in pre-initialized python modules
13
+ * Fix caching of core sources in a native image with a preinitialized context for pre-built images and libpolyglot fast startup
14
+ * Implement pwd.getpwuid
15
+ * Implement os.exec, os.execv, and os.execl
16
+ * Add some missing C API headers needed for tensorflow compilation
17
+
6
18
## Version 19.0.0
7
19
8
20
* Fix an issue preventing use of encodings in the installable binary
You can’t perform that action at this time.
0 commit comments