[issue23501] Argument Clinic: generate code into separate files by default

Serhiy Storchaka report at bugs.python.org
Sun Feb 22 12:04:59 CET 2015


New submission from Serhiy Storchaka:

Proposed patch makes Argument Clinic to generate code into separate files by default. This will help maintaining in the case of enhancements of Argument Clinic generation (such as issue23492). See thread on http://comments.gmane.org/gmane.comp.python.devel/151585 .

There is an issue with multiple macro definition in the posix module (see issue23500).

----------
components: Build, Demos and Tools
files: clinic_file.patch
keywords: patch
messages: 236406
nosy: larry, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Argument Clinic: generate code into separate files by default
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file38204/clinic_file.patch

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


More information about the Python-bugs-list mailing list