[ buster ]
[ bullseye ]
[ ソース: pysendfile ]
パッケージ: python3-sendfile-dbg (2.0.1-2)
python3-sendfile-dbg に関するリンク
Debian の資源:
pysendfile ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python interface to sendfile(2) (debug)
Python library which provides a "zero-copy" way of copying data from one file descriptor to another (a socket). The phrase "zero-copy" refers to the fact that all of the copying of data between the two descriptors is done entirely by the kernel, with no copying of data into userspace buffers. This is particularly useful when sending a file over a socket (e.g. FTP).
This package contains the extension built for the Python 3 debug interpreter.
その他の python3-sendfile-dbg 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3-dbg (<< 3.8)
- debug build of the Python 3 Interpreter (version 3.7)
- dep: python3-dbg (>= 3.6~)
-
- dep: python3-sendfile (= 2.0.1-2)
- Python interface to sendfile(2)