[New-bugs-announce] [issue29793] Convert some builtin types constructors to Argument Clinic

Serhiy Storchaka report at bugs.python.org
Sat Mar 11 08:46:33 EST 2017


New submission from Serhiy Storchaka:

Following PR converts some builtin types constructors to Argument Clinic:

complex.__new__
float.__new__
function.__new__
int.__new__
mappingproxy.__new__
module.__init__
property.__init__
structseq.__new__

----------
components: Interpreter Core
messages: 289446
nosy: haypo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Convert some builtin types constructors to Argument Clinic
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list