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.
1 parent 25344d2 commit ecb3cadCopy full SHA for ecb3cad
CHANGELOG.md
@@ -3,6 +3,15 @@
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 RC13
7
+
8
+* Support marshal.dumps and marshal.loads for code objects and some other built-in objects
9
+* Fix installation of NumPy in a venv
10
+* Initial support for module mmap
11
+* Support debugging with workspace files in the Chrome debugger
12
+* Support the PEP 553 breakpoint() message
13
+* Support running weak reference callbacks and signals on the main thread
14
15
## Version 1.0.0 RC12
16
17
* Support the `__class__` variable in the class scope
0 commit comments