mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
CPP: Deprecate the CPython queries.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) describing CPython extension function parameter types.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/argument-type-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) for CPython objects.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/c-object-sources-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) for CPython objects.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/c-object-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) describing CPython extension functions return one of their parameters.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/parameter-return-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) describing CPython extension property types.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/property-type-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description Generate trap files (in CSV form) describing CPython extension function return types.
|
||||
* @kind trap
|
||||
* @id cpp/c-python/return-type-trap
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
import cpp
|
||||
|
||||
Reference in New Issue
Block a user