• Michael W. Hudson's avatar
    Fix bug · 60934627
    Michael W. Hudson yazdı
    [ 1005248 ] new.code() not cleanly checking its arguments
    
    using the result of new.code() can still destroy the sun, but merely
    calling the function shouldn't any more.
    
    I also rewrote the existing tests of new.code() to use vastly less
    un-bogus arguments, and added tests for the previous insane behaviours.
    60934627
test_new.py 4.79 KB