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.
99* Improve performance of tuples with primitive elements
1010* Improve performance of using Python sequences from other GraalVM languages
1111* Improve performance of dictionaries and sets
12+ * Improve performance of allocations for list comprehensions with range iterators
1213* Support ` cProfile ` and ` trace ` modules through the GraalVM CPU sampler and coverage, respectively
1314* Support NumPy on macOS
1415* Support setuptools-scm and pytz.timezone
@@ -19,10 +20,13 @@ language runtime. The main focus is on user-observable behavior of the engine.
1920* Fix DirEntry.stat
2021* Fix passing non-ASCII strings to ` gethostbyname `
2122* 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
2225* Polyglot: Rethrow AttributeError as UnknownIdentifierException in invokeMember
2326* Jython mode: treat Java ` null ` as identical to Python ` None ` when comparing with the ` is ` operator
2427* Jython mode: ` isinstance ` now works with Java classes and objects
2528* Improve errno handling in ` posix ` module
29+ * Move all GraalPython specific functions on ` sys ` or ` builtins ` to the ` __graalpython__ ` module
2630
2731## Version 20.0.0
2832
You can’t perform that action at this time.
0 commit comments