This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients jcea, meador.inge, pitrou, sbt
Date 2011-12-11.19:04:40
SpamBayes Score 0.0001449798
Marked as misclassified No
Message-id <1323630280.75.0.282414108054.issue13577@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that extension (non-builtin) types will need to have their 
> __qualname__ fixed before their methods' __qualname__ is usable:
>
> >>> collections.deque.__qualname__
> 'deque'

I'm confused.  Isn't that the expected behaviour?  Since the deque class is not nested inside another class or function, __qualname__ should be the same as __name__, shouldn't it?
History
Date User Action Args
2011-12-11 19:04:40sbtsetrecipients: + sbt, jcea, pitrou, meador.inge
2011-12-11 19:04:40sbtsetmessageid: <1323630280.75.0.282414108054.issue13577@psf.upfronthosting.co.za>
2011-12-11 19:04:40sbtlinkissue13577 messages
2011-12-11 19:04:40sbtcreate