• Jeremy Hylton's avatar
    Backport fix for SF bug 692776. · 826f68b2
    Jeremy Hylton yazdı
    Add a tp_new slot to function objects that handles the case of a
    function requiring a closure.  Put the function type in the new
    module, rather than having a function new.function().  Add tests.
    826f68b2
test_new.py 2.86 KB