Skip to content

Commit 909ff42

Browse files
committed
CPP: Deprecate the CPython queries.
1 parent f4ec168 commit 909ff42

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

cpp/ql/src/CPython/ArgumentTypeTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) describing CPython extension function parameter types.
44
* @kind trap
55
* @id cpp/c-python/argument-type-trap
6+
* @deprecated
67
*/
78

89
import cpp

cpp/ql/src/CPython/CObjectSourcesTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) for CPython objects.
44
* @kind trap
55
* @id cpp/c-python/c-object-sources-trap
6+
* @deprecated
67
*/
78

89
import cpp

cpp/ql/src/CPython/CObjectTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) for CPython objects.
44
* @kind trap
55
* @id cpp/c-python/c-object-trap
6+
* @deprecated
67
*/
78

89
import cpp

cpp/ql/src/CPython/ParameterReturnTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) describing CPython extension functions return one of their parameters.
44
* @kind trap
55
* @id cpp/c-python/parameter-return-trap
6+
* @deprecated
67
*/
78

89
import cpp

cpp/ql/src/CPython/PropertyTypeTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) describing CPython extension property types.
44
* @kind trap
55
* @id cpp/c-python/property-type-trap
6+
* @deprecated
67
*/
78

89
import cpp

cpp/ql/src/CPython/ReturnTypeTrap.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Generate trap files (in CSV form) describing CPython extension function return types.
44
* @kind trap
55
* @id cpp/c-python/return-type-trap
6+
* @deprecated
67
*/
78

89
import cpp

0 commit comments

Comments
 (0)