Issue 29111: Strange signature for memoryview constructor (original) (raw)

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