/
githubmirror
/
rdma-core
Обзор
Документация
Войти
/
githubmirror
/
rdma-core
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pyverbs/base.pxd
13 строк
324 B
Edward Srouji
pyverbs: Fix Cython 3 code preparation
25 ноя 2021, 18:54
25 ноя 2021, 18:54
108cdd3
Код
Авторство
О чём код?
# SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) # Copyright (c) 2019, Mellanox Technologies. All rights reserved. #cython: language_level=3 cdef class PyverbsObject(object): cdef object __weakref__ cdef object logger cdef class PyverbsCM(PyverbsObject): cpdef close(self) cdef close_weakrefs(iterables)