[New-bugs-announce] [issue23785] Leak in TextIOWrapper.tell()

Serhiy Storchaka report at bugs.python.org
Thu Mar 26 14:04:41 CET 2015


New submission from Serhiy Storchaka:

If an exception was raised in TextIOWrapper.tell() and then restoring state is failed, original exception is lost and leaked.

----------
components: Extension Modules
messages: 239327
nosy: benjamin.peterson, haypo, pitrou, serhiy.storchaka, stutzbach
priority: normal
severity: normal
status: open
title: Leak in TextIOWrapper.tell()
type: resource usage
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23785>
_______________________________________


More information about the New-bugs-announce mailing list