This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients larry, martin.panter
Date 2016-02-09.02:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454985153.85.0.932055658559.issue26316@psf.upfronthosting.co.za>
In-reply-to
Content
The curly bracket separator is assigned to “curl”, but then the previous “curly” variable is tested:

https://hg.python.org/cpython/annotate/3.5/Tools/clinic/clinic.py#l202

name, curl, trailing = trailing.partition('}')
if not curly or name not in kwargs:
    ...

I presume the fix is to assign to “curly”, but I haven’t had a chance to figure out how to test it yet.
History
Date User Action Args
2016-02-09 02:32:33martin.pantersetrecipients: + martin.panter, larry
2016-02-09 02:32:33martin.pantersetmessageid: <1454985153.85.0.932055658559.issue26316@psf.upfronthosting.co.za>
2016-02-09 02:32:33martin.panterlinkissue26316 messages
2016-02-09 02:32:32martin.pantercreate