We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a300ec commit 2f9c211Copy full SHA for 2f9c211
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java
@@ -808,7 +808,6 @@ public Thread getOwner() {
808
// the full module name for package imports
809
private TruffleString pyPackageContext;
810
811
- // the actual pointer will be set when the cext is initialized
812
private final NativePointer nativeNull = NativePointer.createNull();
813
814
public RootCallTarget signatureContainer;
0 commit comments