[New-bugs-announce] [issue25319] Keep lock type when reseting internal locks

Nir Soffer report at bugs.python.org
Mon Oct 5 15:23:23 CEST 2015


New submission from Nir Soffer:

When Event._reset_internal_locks was called after fork, it use to
reinitialize its condition without arguments, using RLock instead of
Lock.

----------
components: Library (Lib)
files: 0001-Keep-lock-type-when-reseting-internal-locks.patch
keywords: patch
messages: 252326
nosy: nirs
priority: normal
severity: normal
status: open
title: Keep lock type when reseting internal locks
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40686/0001-Keep-lock-type-when-reseting-internal-locks.patch

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


More information about the New-bugs-announce mailing list