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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23868>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to