• Michael W. Hudson's avatar
    Fix bug: · b2308bb9
    Michael W. Hudson yazdı
    [ 1327110 ] wrong TypeError traceback in generator expressions
    
    by removing the code that can stomp on the users' TypeError raised by the
    iterable argument to ''.join() -- PySequence_Fast (now?) gives a perfectly
    reasonable message itself.  Also, a couple of tests.
    b2308bb9
test_string.py 4.66 KB