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.
2 parents 3071a95 + 98ada48 commit afe89fcCopy full SHA for afe89fc
CHANGELOG.md
@@ -3,6 +3,17 @@
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 1.0.0 RC5
7
+
8
+* Generator expressions now properly evaluate their first iterator in the definition scope at definition time
9
+* Fixes for embedders to ensure top scopes are stable and local scopes always contain TruffleObjects
10
+* C-API improvements to support simple Cython modules
11
+* Support recognition of Python source files with the polyglot launcher
12
13
+## Version 1.0.0 RC4
14
15
+* No changes
16
17
## Version 1.0.0 RC3
18
19
* Support for more String encodings
0 commit comments