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 Antony.Lee
Recipients Antony.Lee
Date 2016-12-30.01:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483063193.08.0.841678787602.issue29111@psf.upfronthosting.co.za>
In-reply-to
Content
The return value of `inspect.signature(memoryview)` is rather strange:

Python 3.5.2 (default, Nov  7 2016, 11:31:36) 
[GCC 6.2.1 20160830] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import inspect; inspect.signature(memoryview)
<Signature (module, /, object)>
History
Date User Action Args
2016-12-30 01:59:53Antony.Leesetrecipients: + Antony.Lee
2016-12-30 01:59:53Antony.Leesetmessageid: <1483063193.08.0.841678787602.issue29111@psf.upfronthosting.co.za>
2016-12-30 01:59:52Antony.Leelinkissue29111 messages
2016-12-30 01:59:51Antony.Leecreate