Skip to content

Commit 43817d7

Browse files
committed
update changelog
1 parent 7b510d9 commit 43817d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ language runtime. The main focus is on user-observable behavior of the engine.
66
## Version 21.2.0
77

88
* Support the `dict` type properly in interop using the new hash interop messages.
9+
* Implement `_pickle` as a faster version than the pure Python version for GraalVM Enterprise Edition.
10+
* Support the newer multi-phase C extension module initialization.
11+
* Make many more tests pass: `io`, `crypt`, more functions in `socket`, `OrderedDict`, `time`,
12+
* Improve performance especially during warmup and in shared engine configurations by adding fast paths, intrinsifying functions, and adding optimized representations for common data structures
13+
* Update the supported HPy version to 0.0.2
14+
* Use the new Truffle safepoint mechanism for more efficient GIL releases, signal handlers, and weakref callbacks
15+
* Initial support for the `psutil` and `PyGame` packages
16+
* GraalPython not longer unconditionally creates `__pycache__` if the file name "sitecustomize.py" exists in the current working directory
917

1018
## Version 21.1.0
1119

0 commit comments

Comments
 (0)