Skip to content

Commit 1b2acb3

Browse files
committed
[GR-9957] Getting sklearn.linreg to work
PullRequest: graalpython/61
2 parents a44236a + 8ef9d76 commit 1b2acb3

File tree

84 files changed

+5887
-387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+5887
-387
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void *truffle_deref_handle_for_managed(void *managed);
6161
void *truffle_import(const char *name); // renamed to polyglot_import
6262
void *truffle_import_cached(const char *name); // no replacement, use polyglot_import
6363

64-
void *truffle_address_to_function(void *address); // deprecated, use a typecast to function pointer instead
64+
void *truffle_address_to_function(void *address); // deprecated, does nothing
6565

6666
void *truffle_get_arg(int i); // renamed to polyglot_get_arg
6767

0 commit comments

Comments
 (0)