Package: python3.7
Version: 3.7.5-2
Severity: important

The following script yields weird results on Debian Buster:

    import ssl
    print(ssl.create_default_context().cert_store_stats())

python3.7 on Debian:    {'x509': 0, 'crl': 0, 'x509_ca': 0}
python3.8 on Archlinux: {'x509': 138, 'crl': 0, 'x509_ca': 138}

This unexpected result breaks package nagios-check-xmpp :
https://git.dittberner.info/jan/check_xmppng/src/commit/787115b4bb8020b2810612c01d35511c7aa55421/check_xmppng#L338-L343

Is it an upstream bug already fixed in python 3.8 or a packaging issue?


-- System Information:
Debian Release: 10.2
  APT prefers stable
  APT policy: (800, 'stable'), (200, 'testing'), (90, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-8-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8), 
LANGUAGE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3.7 depends on:
ii  libpython3.7-stdlib  3.7.5-2
ii  mime-support         3.62
ii  python3.7-minimal    3.7.5-2

Reply via email to