Skip to content

Commit a0a1b0d

Browse files
committed
bump imports
1 parent ec04dcc commit a0a1b0d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

graalpython/com.oracle.graal.python.cext/include/truffle.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ void *truffle_assign_managed(void *dst, void *managed);
5454
void *truffle_deref_handle_for_managed(void *managed);
5555
bool truffle_cannot_be_handle(void *nativeHandle);
5656

57+
// wrapping functions
58+
void *truffle_decorate_function(void *function, void *wrapper);
59+
5760
/*
5861
* All function below here are deprecated and will be removed in a future release.
5962
* Use the equivalent functions from <polyglot.h> instead.

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
},
2626
{
2727
"name": "sulong",
28-
"version": "a24e9a252f7ad439dd5c8b494a70ead8cabb115f",
28+
"version": "15950c3053818f028cb926fc551044b351f5beb5",
2929
"subdir": True,
3030
"urls": [
3131
{"url": "https://github.com/oracle/graal", "kind": "git"},
3232
]
3333
},
3434
{
3535
"name": "regex",
36-
"version": "a24e9a252f7ad439dd5c8b494a70ead8cabb115f",
36+
"version": "15950c3053818f028cb926fc551044b351f5beb5",
3737
"subdir": True,
3838
"urls": [
3939
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)