[issue28651] Make objects with empty __slots__ GC types

Yury Selivanov report at bugs.python.org
Wed Nov 9 13:31:45 EST 2016


New submission from Yury Selivanov:

The attached patch does the trick.  I'm not sure if this should be fixed in 3.6.

----------
components: Interpreter Core
files: slots_gc.patch
keywords: patch
messages: 280427
nosy: gvanrossum, serhiy.storchaka, yselivanov
priority: normal
severity: normal
status: open
title: Make objects with empty __slots__ GC types
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45412/slots_gc.patch

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


More information about the Python-bugs-list mailing list