[New-bugs-announce] [issue29111] Strange signature for memoryview constructor

Antony Lee report at bugs.python.org
Thu Dec 29 20:59:53 EST 2016


New submission from Antony Lee:

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)>

----------
components: Library (Lib)
messages: 284302
nosy: Antony.Lee
priority: normal
severity: normal
status: open
title: Strange signature for memoryview constructor
versions: Python 3.5

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


More information about the New-bugs-announce mailing list