Skip to content

Commit 3cce952

Browse files
committed
hidden_from_backtrace seems to be called hidden-from-backtrace now
1 parent a224217 commit 3cce952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Inline/Python.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ method !setup_arguments(@args) {
321321
return $tuple;
322322
}
323323

324-
method handle_python_exception() is hidden_from_backtrace {
324+
method handle_python_exception() is hidden-from-backtrace {
325325
my @exception := CArray[OpaquePointer].new();
326326
@exception[$_] = OpaquePointer for ^4;
327327
py_fetch_error(@exception);

0 commit comments

Comments
 (0)