python-loky 3.5.6-1
Package Information
| Description | Robust and reusable process pool executor for Python loky is a Python library that provides a robust, cross-platform and cross-version implementation of the concurrent.futures.ProcessPoolExecutor class. It offers a reusable process pool executor, consistent process spawning behavior, transparent integration with cloudpickle, and improved handling of worker crashes and deadlocks. loky is developed by the joblib project and is used as the default process execution backend for joblib to support reliable parallel execution in Python applications. |
|---|---|
| Maintainer | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org> |
| Changed By | Karsten Schöke <karsten.schoeke@geobasis-bb.de> |
| Sponsor | tille@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/med-team/python-loky.git (browse) |
| Closes | #1137323 |
| Tracker | https://tracker.debian.org/pkg/python-loky |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Karsten Schöke |
|---|---|
| Architecture | source all |
| Distribution | unstable |
| Date | Tue, 19 May 2026 09:27:00 +0200 |
| Source | python-loky |
| Version | 3.5.6-1 |
Changelog
python-loky (3.5.6-1) unstable; urgency=medium . * Initial release. (Closes: #1137323)
.dsc
| Component | main |
|---|---|
| Package-List | python-loky-doc deb doc optional arch=all python3-loky deb python optional arch=all |
| Section | doc |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/joblib/loky
Upstream-Name: loky
Upstream-Contact: Thomas Moreau <thomas.moreau.2010@gmail.com>
Files: *
Copyright: 2017, Olivier Grisel & Thomas Moreau
License: BSD-3-clause
Files: loky/_base.py
loky/process_executor.py
Copyright: 2009, Brian Quinlan
License: BSD-3-clause
Files: debian/*
Copyright: 2026 Karsten Schöke <karsten.schoeke@geobasis-bb.de>
License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.