File: control

package info (click to toggle)
pthreading 0.1.4-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: python: 377; sh: 18; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: pthreading
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: python
Priority: extra
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9), dh-python
Standards-Version: 3.9.6

Package: python-pthreading
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Reimplementation of Python locking objects with libpthread
 This package provides Python threading.Lock, RLock and Condition
 synchronization objects compatible with Python native threading module.
 The implementation, however, is based on POSIX thread library as delivered
 by the libpthread. This improves performance on Python 2.