File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
9
9
* Improve performance of tuples with primitive elements
10
10
* Improve performance of using Python sequences from other GraalVM languages
11
11
* Improve performance of dictionaries and sets
12
+ * Improve performance of allocations for list comprehensions with range iterators
12
13
* Support ` cProfile ` and ` trace ` modules through the GraalVM CPU sampler and coverage, respectively
13
14
* Support NumPy on macOS
14
15
* Support setuptools-scm and pytz.timezone
@@ -19,10 +20,13 @@ language runtime. The main focus is on user-observable behavior of the engine.
19
20
* Fix DirEntry.stat
20
21
* Fix passing non-ASCII strings to ` gethostbyname `
21
22
* Fix ` help(numpy) ` to work again in the interactive REPL
23
+ * Fix multi-line continuation in the REPL for opening parens
24
+ * Fix ` select.select ` for pipes
22
25
* Polyglot: Rethrow AttributeError as UnknownIdentifierException in invokeMember
23
26
* Jython mode: treat Java ` null ` as identical to Python ` None ` when comparing with the ` is ` operator
24
27
* Jython mode: ` isinstance ` now works with Java classes and objects
25
28
* Improve errno handling in ` posix ` module
29
+ * Move all GraalPython specific functions on ` sys ` or ` builtins ` to the ` __graalpython__ ` module
26
30
27
31
## Version 20.0.0
28
32
You can’t perform that action at this time.
0 commit comments