Issue 13092: pep-393: memory leaks #2 (original) (raw)

Issue13092

Created on 2011-10-02 09:49 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-393-leaks-2.diff skrah,2011-10-02 09:49 review
Messages (2)
msg144767 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2011-10-02 09:49
I found a couple of additional leaks related to the PEP-393 changes.
msg153384 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-02-15 01:40
TextIOWrapper was already fixed, and the offending code in import.c seems to have disappeared.
History
Date User Action Args
2022-04-11 14:57:22 admin set github: 57301
2012-02-15 01:40:11 pitrou set status: open -> closednosy: + pitroumessages: + resolution: out of date
2011-10-02 16:08:19 pitrou set nosy: + vstinner
2011-10-02 09:49:04 skrah create