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