New submission from Serhiy Storchaka:

Proposed patch makes Argument Clinic to inline parsing code for most popular 
formats in functions with single positional argument. This makes parsing faster.

----------
components: Argument Clinic
files: clinic_meth_o_inline.patch
keywords: patch
messages: 240074
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Argument Clinic: inline parsing code for 1-argument functions
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38830/clinic_meth_o_inline.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to