New submission from Serhiy Storchaka:

Proposed patch improve generated parsers for functions with single positional 
argument. Now they always generated as METH_O and PyArg_Parse() is used to 
parse single argument.

To avoid code churn in this and following changes it would be worth to extract 
all generated code in separated files.

----------
components: Build
files: clinic_meth_o.patch
keywords: patch
messages: 236288
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Argument Clinic: improve generated parser for 1-argument functions
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38188/clinic_meth_o.patch

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

Reply via email to