You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ language runtime. The main focus is on user-observable behavior of the engine.
15
15
* Raise `KeyboardInterrupt` exception when the process is interrupted. Enabled only when using the launcher.
16
16
* Add option `python.InitialLocale` to change the default locale. If not set, then Java Locale#getDefault is used.
17
17
*`multiprocessing` module now uses the `spawn` method (creates new processes) by default. The formerly default method that uses threads and multiple Truffle contexts can be selected using `multiprocessing.set_start_method('graalpy')`.
18
-
*`polyglot` module: add ability to redefine Truffle host interop supported messages for external / user defined types.
18
+
*`polyglot` module: add API to redefine Truffle interop messages for external / user defined types. For more details see [The Truffle Interoperability Extension API](docs/user/Interoperability.md).
19
19
20
20
## Version 23.1.0
21
21
* Oracle GraalPy distributions (previously known as GraalPy Enterprise) are now available under the [GFTC license](https://www.oracle.com/downloads/licenses/graal-free-license.html). The community builds published on Github have been renamed to `graalpy-community-<version>-<os>-<arch>.tar.gz`.
0 commit comments