Debian Patches

Status for pypy3/7.3.16+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
tests/test_fsync-eatmydata Tests: Skip fsync tests when building with eatmydata Stefano Rivera <stefanor@debian.org> not-needed 2012-02-06
tests/skip-test_multiprocessing Tests: Disable test_multiprocessing
It leaves stray processes.
Stefano Rivera <stefanor@debian.org> not-needed 2017-10-07
tests/skip-hurd-deadlock Tests: Skip test that deadlocks on GNU Hurd
Per Samuel Thibault:

> That's probably because pypy uses pthread_mutexes (which per POSIX aren't
> interrupted by signals) instead of semaphores, and I guess that's
> because sem_open isn't supported on Hurd yet.
Stefano Rivera <stefanor@debian.org> no 2018-08-26
tests/python2-binary Tests: Use the python2 binary
Debian doesn't ship a /usr/bin/python any more
Stefano Rivera <stefanor@debian.org> not-needed 2020-09-25
tests/test_readline-invalidterminal Tests: Skip readline tests raising InvalidTerminal
We run the tests under TERM=dumb.
PyPy doesn't emulate the readline module perfectly and throws an
exception here.
Stefano Rivera <stefanor@debian.org> yes 2020-09-23
tests/test_fcntl Tests: Ignore lease failure in fcntl tests
Fail on tmpfs on Linux 4.19. Fixed in 5.7 possibly earlier (5.3?).
Stefano Rivera <stefanor@debian.org> not-needed 2020-09-24
arch/ctypes-arm Arch: armhf support
Workaround the presence of hard-float in ldconfig -p output.
Also, handle the wide variety of ARM unames.
Loïc Minier no 2017-05-21
arch/plat-gnukfreebsd Arch: DLFCN.py for kfreebsd Jakub Wilk <jwilk@debian.org> no debian Debian cpython packaging 2017-05-21
stdlib/distutils-link Stdlib: Don't add standard library dirs to library_dirs and runtime_library_dirs. Matthias Klose <doko@debian.org> no Debian cpython packaging 2011-12-19
stdlib/locale-module Stdlib: Don't map 'utf8', 'utf-8' to 'utf'
'utf' is not a known encoding for glibc.
Matthias Klose <doko@debian.org> no Debian cpython packaging 2011-12-19
stdlib/rlcompleter-invalidterminal Stdlib: Handle InvalidTerminal in rlcompleter
Pypy's readline module can throw InvalidTerminal if the terminal doesn't
support "clear". This is the case for TERM=dumb, which we use for tests.
Stefano Rivera <stefanor@debian.org> yes 2020-09-23
debian/version-info Debian: Get version details from the Debian source package
Rather than VCS.

Return the Debian package version in sys.version.
Return null strings in sys._mercurial.
Stefano Rivera <stefanor@debian.org> not-needed 2013-02-23
debian/ensurepip-wheels Debian: Let ensurepip use the system wheels
Not the ones from the python source.
Stefano Rivera <stefanor@debian.org> no Debian cpython packaging 2017-05-21
debian/ensurepip-disabled Debian: Disable ensurepip in Debian for now Stefano Rivera <stefanor@debian.org> no Debian cpython packaging 2017-05-21
debian/distutils-install-layout Debian: Add a distutils option --install-layout=deb
This option:
- installs into $prefix/dist-packages instead of $prefix/site-packages.
- doesn't encode the python version into the egg name.

Based on cpython Debian packaging
Stefano Rivera <stefanor@debian.org> no 2017-05-21
debian/langpack-gettext Debian: Support Ubuntu langpacks
Support alternative gettext tree in /usr/share/locale-langpack; if a
file is present in both trees, prefer the newer one
Michael Vogt <michael.vogt@ubuntu.com> not-needed Debian cpython packaging 2011-12-19
debian/bdist-wininst-notfound Debian: Explain that wininst files are not included in Debian
The wininst-* files cannot be built within Debian, needing a zlib mingw
build, which the zlib maintainer isn't going to provide.
Stefano Rivera <stefanor@debian.org> no Debian cPython packaging 2020-09-26
debian/tkinter-import Debian: Suggest installation of pypy3-tk package
On failing _tkinter import.
Stefano Rivera <stefanor@debian.org> no 2013-11-15
debian/noise Debian: Always output the mandelbrot
So that our buildds see progress
Stefano Rivera <stefanor@debian.org> not-needed 2017-10-07
debian/python3-sphinx Debian: Disable some extensions to support Python 3 Sphinx
Stop building any autodoc and configuration sections, that require
parsing the Python 2 source code.

This supports building the Sphinx docs with Python 3.
Stefano Rivera <stefanor@debian.org> no 2020-03-23
debian/setuptools-59-editable-installs Debian: Fix editable installs with setuptools < 60.0.1
Work-around a setuptools bug, where it failed to configure all necessary
substitution variables in easy_install.
Stefano Rivera <stefanor@debian.org> not-needed 2022-03-25
debian/system-expat De-Vendor Expat
Use the Debian system Expat.
This reverts upstream's commit 792b0993b0b06b6c0282da0bbfb2f7e3151c0bb6.
Stefano Rivera <stefanor@debian.org> no 2024-04-23
upstream/null-pointer-constfold don't crash on constfolding field reads from null pointers
should fix issue #4941
CF Bolz-Tereick <cfbolz@gmx.de> no 2024-04-26

All known versions for source package 'pypy3'

Links