mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Python: Remove fragile and unnecessary test.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
semmle-extractor-options: --max-import-depth=2 -j
|
||||
optimize: true
|
||||
@@ -1 +0,0 @@
|
||||
| builtin-class _ctypes._Pointer | builtin-class _ctypes.PyCPointerType |
|
||||
@@ -1 +0,0 @@
|
||||
from ctypes import *
|
||||
@@ -1,5 +0,0 @@
|
||||
import python
|
||||
|
||||
from ClassObject c
|
||||
where c.getName() = "_ctypes._Pointer"
|
||||
select c.toString(), c.getAnInferredType().toString()
|
||||
Reference in New Issue
Block a user