Verification for python3.10 in jammy, using the script from the test
plan:

root@python-verify-jammy:~# apt policy python3.10
python3.10:
  Installed: 3.10.12-1~22.04.17
  Candidate: 3.10.12-1~22.04.17
  Version table:
 *** 3.10.12-1~22.04.17 500
        500 http://archive.ubuntu.com/ubuntu jammy-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     3.10.12-1~22.04.16 500
        500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
     3.10.4-3 500
        500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
root@python-verify-jammy:~# /usr/bin/time -v python3.10 ./test.py
        Command being timed: "python3.10 ./test.py"
        User time (seconds): 0.05
        System time (seconds): 0.00
        Percent of CPU this job got: 25%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.24
        Average shared text size (kbytes): 0
        Average unshared data size (kbytes): 0
        Average stack size (kbytes): 0
        Average total size (kbytes): 0
        Maximum resident set size (kbytes): 13724
        Average resident set size (kbytes): 0
        Major (requiring I/O) page faults: 0
        Minor (reclaiming a frame) page faults: 1847
        Voluntary context switches: 5
        Involuntary context switches: 2
        Swaps: 0
        File system inputs: 0
        File system outputs: 0
        Socket messages sent: 0
        Socket messages received: 0
        Signals delivered: 0
        Page size (bytes): 4096
        Exit status: 0

Before enabling proposed the script showed maximum resident set size of
> 2GB, so the verification is done. I also did some basic smoke testing
to verify that the ssl module works as expected.

** Tags removed: verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2157534

Title:
  getting ssl.SSLSocket.session brings to memory leak

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/2157534/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to