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 c4ae7ad commit 5d41b66Copy full SHA for 5d41b66
CHANGELOG.md
@@ -3,6 +3,13 @@
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.0.0
7
+
8
+* Fix an issue preventing use of encodings in the installable binary
9
+* Fix return value of process when `os.exit` is called with a boolean
10
+* Fix interpretation of foreign objects to prefer interpreting them as integer over double
11
+* Fix performance regression when repeatedly creating a new function in a loop
12
13
## Version 1.0.0 RC16
14
15
* No user-facing changes
0 commit comments