This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2008-11-21.02:40:43
SpamBayes Score 0.0012646386
Marked as misclassified No
Message-id <1227235244.97.0.54552942694.issue4373@psf.upfronthosting.co.za>
In-reply-to
Content
Only distutils and pickle seem to have real leaks.

$ ./python Lib/test/regrtest.py -R:15: test_multiprocessing
test_multiprocessing
beginning 20 repetitions
12345678901234567890
....................
1 test OK.
[124096 refs]

$ ./python Lib/test/regrtest.py -R:15: test_distutils
test_distutils
beginning 20 repetitions
12345678901234567890
....................
test_distutils leaked [144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
144, 144, 144, 144, 144] references, sum=2160
1 test OK.
[123507 refs]

$ ./python Lib/test/regrtest.py -R:15: test_httpservers
[...]
test_httpservers leaked [-217, 0, 198, 19, -35, 20, -202, 217, -217,
217, 0, 0, 0, 0, -33] references, sum=-33
1 test OK.
[96060 refs]

$ ./python Lib/test/regrtest.py -R:15: test_pickle
test_pickle
beginning 20 repetitions
12345678901234567890
....................
test_pickle leaked [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
references, sum=15
1 test OK.
[96783 refs]
History
Date User Action Args
2008-11-21 02:40:45christian.heimessetrecipients: + christian.heimes
2008-11-21 02:40:44christian.heimessetmessageid: <1227235244.97.0.54552942694.issue4373@psf.upfronthosting.co.za>
2008-11-21 02:40:44christian.heimeslinkissue4373 messages
2008-11-21 02:40:43christian.heimescreate