[New-bugs-announce] [issue23868] Uninitialized objects are tracked by the garbage collector

Hristo Venev report at bugs.python.org
Sat Apr 4 17:00:34 CEST 2015


New submission from Hristo Venev:

An object starts being tracked by the GC after being allocated, but before being initialized. If during initialization the GC runs, this may lead to tp_traverse being called on an uninitialized object.

----------
components: Interpreter Core
messages: 240079
nosy: h.venev
priority: normal
severity: normal
status: open
title: Uninitialized objects are tracked by the garbage collector
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list