Verification for python3.12 in noble, using the script from the test plan:
root@python-verify:~# apt policy python3.12
python3.12:
  Installed: 3.12.3-1ubuntu0.16
  Candidate: 3.12.3-1ubuntu0.16
  Version table:
 *** 3.12.3-1ubuntu0.16 100
        100 http://archive.ubuntu.com/ubuntu noble-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     3.12.3-1ubuntu0.15 500
        500 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages
     3.12.3-1 500
        500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
root@python-verify:~# /usr/bin/time -v python3 ./test.py 
        Command being timed: "python3 ./test.py"
        User time (seconds): 0.04
        System time (seconds): 0.00
        Percent of CPU this job got: 39%
        Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.12
        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): 13956
        Average resident set size (kbytes): 0
        Major (requiring I/O) page faults: 0
        Minor (reclaiming a frame) page faults: 1881
        Voluntary context switches: 4
        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 verification done. I also did some basic smoke testing to
verify that the ssl module works as expected.


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

-- 
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