Skip to content

Commit 9b28f37

Browse files
authored
Add missing @ExportLibrary to PMethod
1 parent 66fc2e5 commit 9b28f37

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/method

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/method/PMethod.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import com.oracle.truffle.api.object.DynamicObject;
3939
import com.oracle.truffle.api.source.SourceSection;
4040

41+
@ExportLibrary(InteropLibrary.class)
4142
@ExportLibrary(PythonObjectLibrary.class)
4243
public final class PMethod extends PythonBuiltinObject {
4344

0 commit comments

Comments
 (0)