File: control

package info (click to toggle)
python-passfd 0.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 88 kB
  • ctags: 43
  • sloc: python: 164; ansic: 128; makefile: 36
file content (22 lines) | stat: -rw-r--r-- 836 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-passfd
Maintainer: Martín Ferrari <tincho@debian.org>
Section: python
Priority: optional
Build-Depends: python-all-dev, debhelper (>= 9), python-support (>= 0.8.4)
Standards-Version: 3.9.3

Package: python-passfd
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Python functions to pass file descriptors across UNIX domain
 This simple extension provides two functions to pass and receive file
 descriptors across UNIX domain sockets, using the BSD-4.3+ sendmsg() and
 recvmsg() interfaces.
 .
 Direct bindings to sendmsg and recvmsg are not provided, as the API does
 not map nicely into Python.
 .
 Please note that this only supports BSD-4.3+ style file descriptor
 passing, and was only tested on Linux.