Skip to content

Commit 58cff48

Browse files
committed
update changelog
1 parent 557f3af commit 58cff48

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

6+
## Version 20.3.0
7+
8+
* Fix multiple memory leaks when running Python code in a shared engine.
9+
* Update language support target and standard library to 3.8.5
10+
* Hide internal catching frames from tracebacks
11+
* Update HPy support to the latest version with support for piconumpy
12+
* Many fixes to pass the unittests of standard library types and modules:
13+
complex, bytes, bytearray, subclassing of special descriptors, type layouts,
14+
float, generators, modules, argument passing corner cases, string literals and
15+
encodings, import and importlib, decimal, glob, the builtin module, json,
16+
math, operator, numeric tower, sys, warnings, random, f-strings, struct,
17+
itertools
18+
619
## Version 20.2.0
720

8-
* Escaping Unicode characters using the character names in strings like "\N{GREEK CAPITAL LETTER DELTA}".
21+
* Escaping Unicode characters using the character names in strings like
22+
"\N{GREEK CAPITAL LETTER DELTA}".
923
* When a `*.py` file is imported, `*.pyc` file is created. It contains binary data to speed up parsing.
1024
* Adding option `PyCachePrefix`, which is equivalent to PYTHONPYCACHEPREFIX environment variable, which is also accepted now.
1125
* Adding optin `DontWriteBytecodeFlag`. Equivalent to the Python -B flag. Don't write bytecode files.

0 commit comments

Comments
 (0)