pycxx 7.1.3-0.1 source package in Ubuntu
Changelog
pycxx (7.1.3-0.1) unstable; urgency=medium * Non-maintainer upload. * New upstream version, supporting Python 3.8. Closes: #934532. * Fix header installation for Python 3.8. Closes: #942714. -- Matthias Klose <email address hidden> Sat, 23 Nov 2019 02:41:40 +0100
Upload details
- Uploaded by:
- Debian Python Modules Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pycxx_7.1.3-0.1.dsc | 2.1 KiB | 9f04ade74945561ed97c0943c8783b3280f14bb39fa840d52e9f0197cb3c88ca |
pycxx_7.1.3.orig.tar.gz | 147.9 KiB | 822c8586f195aacdb7e919630e951abe866368eab3057336ff467e3f0de4ef8b |
pycxx_7.1.3-0.1.debian.tar.xz | 8.1 KiB | e9164ae057314a9888b68968f3a227bd94308a641d9268256a83fcc6331fb8e9 |
Available diffs
No changes file available.
Binary packages built by this source
- python3-cxx-dev: Set of facilities to extend Python3 with C++
PyCXX is a set of C++ facilities to make it easier to write Python3
extensions. The main advantage is that it greatly increases the
probability that your program will not make a reference-counting
errors and will not have to continually check error returns from
the Python C API.
.
This package contains the Python3 headers and sources.