Skip to content

Commit b24e618

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/3470
2 parents d252461 + a37da60 commit b24e618

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "97e6428bf1021ee69147c0229bb5f7808c3a0430" }
1+
{ "overlay": "2c97f9a352b2773941722f15612bd5c531f63489" }

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/jni/GraalHPyJNIContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ protected void initNativeFastPaths() {
440440
initJNINativeFastPaths(nativePointer);
441441
}
442442

443+
@SuppressWarnings("restricted")
443444
public static void loadJNIBackend() {
444445
if (!(ImageInfo.inImageBuildtimeCode() || jniBackendLoaded)) {
445446
String pythonJNIPath;

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
},
4646
{
4747
"name": "sdk",
48-
"version": "6ce252b488835d893b85bd83430fba282a9b782a",
48+
"version": "a9fa5622efc0ff127390f8986429df525a8948c2",
4949
"subdir": True,
5050
"urls": [
5151
{"url": "https://github.com/oracle/graal", "kind": "git"},
5252
]
5353
},
5454
{
5555
"name": "tools",
56-
"version": "6ce252b488835d893b85bd83430fba282a9b782a",
56+
"version": "a9fa5622efc0ff127390f8986429df525a8948c2",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "sulong",
64-
"version": "6ce252b488835d893b85bd83430fba282a9b782a",
64+
"version": "a9fa5622efc0ff127390f8986429df525a8948c2",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},
6868
]
6969
},
7070
{
7171
"name": "regex",
72-
"version": "6ce252b488835d893b85bd83430fba282a9b782a",
72+
"version": "a9fa5622efc0ff127390f8986429df525a8948c2",
7373
"subdir": True,
7474
"urls": [
7575
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)