Skip to content

Commit 06f0844

Browse files
committed
fix: gil fault
1 parent eb926c7 commit 06f0844

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pyWrapper.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ class DataListNode {
9494
int type;
9595

9696
py::bytes get_data();
97-
98-
std::string get_key();
99-
100-
unsigned int get_len();
101-
102-
int get_status();
103-
104-
int get_type();
10597
};
10698

10799
// 请求的数据结构 用以和pybind11 交互
@@ -110,7 +102,6 @@ class DataListCls {
110102
std::vector <DataListNode> list;
111103

112104
DataListNode *get(std::string key);
113-
std::vector <DataListNode> get_list();
114105
};
115106

116107

0 commit comments

Comments
 (0)