[New-bugs-announce] [issue29950] Rename SlotWrapperType to WrapperDescriptorType

Jim Fasarakis-Hilliard report at bugs.python.org
Thu Mar 30 18:32:35 EDT 2017


New submission from Jim Fasarakis-Hilliard:

The name SlotWrapperType was added in #29377 but it added the type based on the repr of the object instead of it's type as `type(object.__init__)` results in. 

I proposed this be named to WrapperDescriptorType to avoid and any unecessary confusion down the line.

----------
components: Library (Lib)
messages: 290883
nosy: Jim Fasarakis-Hilliard
priority: normal
severity: normal
status: open
title: Rename SlotWrapperType to WrapperDescriptorType
versions: Python 3.7

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


More information about the New-bugs-announce mailing list