• Michael W. Hudson's avatar
    Backport: Fix · 8ed7e2e2
    Michael W. Hudson yazdı
    [ 1124295 ] Function's __name__ no longer accessible in restricted mode
    
    which I introduced with a bit of mindless copy-paste when making
    __name__ writable.  You can't assign to __name__ in restricted mode,
    which I'm going to pretend was intentional :)
    8ed7e2e2
funcobject.c 21.3 KB