[issue13090] posix_read: memory leak

2012-02-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: I have a hard time believing posix_read in the culprit. Perhaps, on the other hand, that object is "lost" by test_multiprocessing without being decref'ed enough? -- nosy: +pitrou ___ Python tracker

[issue13090] posix_read: memory leak

2011-10-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13090] posix_read: memory leak

2011-10-02 Thread Stefan Krah
New submission from Stefan Krah : Seen in test_multiprocessing: ==31662== 37 bytes in 1 blocks are definitely lost in loss record 629 of 10,548 ==31662==at 0x4C2154B: malloc (vg_replace_malloc.c:236) ==31662==by 0x53BBE9: PyBytes_FromStringAndSize (bytesobject.c:98) ==31662==by 0x4E2