Merge pull request #795 from markshannon/remove-builtin-class-test

Python: Remove fragile and unnecessary test.
This commit is contained in:
Taus
2019-01-18 15:17:39 +01:00
committed by GitHub
4 changed files with 0 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
semmle-extractor-options: --max-import-depth=2 -j
optimize: true

View File

@@ -1 +0,0 @@
| builtin-class _ctypes._Pointer | builtin-class _ctypes.PyCPointerType |

View File

@@ -1 +0,0 @@
from ctypes import *

View File

@@ -1,5 +0,0 @@
import python
from ClassObject c
where c.getName() = "_ctypes._Pointer"
select c.toString(), c.getAnInferredType().toString()