[Python-Dev] weird docstring generated by argument clinic
Stefan Behnel
stefan_ml at behnel.de
Thu Jan 30 08:33:52 CET 2014
Larry Hastings, 30.01.2014 08:14:
> On 01/29/2014 10:25 PM, Stefan Behnel wrote:
>> 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.
Sorry, my fault. Please ignore that part.
Stefan
More information about the Python-Dev
mailing list