• Michael W. Hudson's avatar
    Fix · ee319f66
    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 :)
    ee319f66
funcobject.c 21.3 KB