Re: [Python-Dev] weird docstring generated by argument clinic

2014年1月29日 23:16:42 -0800

On 01/29/2014 10:25 PM, Stefan Behnel wrote:
Hi,
for two days now, the signature embedding tests in Cython have been failing
with this (doctest) error:
"""
Expected:
 f_D(long double D) -> long double
Got:
 f_DNone
 f_D(long double D) -> long double
"""
The string "f_DNone" shouldn't be there. However, "f_DNone" doesn't appear in a fresh checkout of CPython trunk. If you have a reproducable test case, please file it with an issue on the tracker and add me to the nosy list.
//arry/
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to