[Python-Dev] weird docstring generated by argument clinic

Larry Hastings larry at hastings.org
Thu Jan 30 08:14:22 CET 2014


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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20140129/59d4118c/attachment.html>


More information about the Python-Dev mailing list