commit | d4b0fea43a8655d15562fa42d56def93fe2348ef | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Dec 30 20:18:15 2002 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Mon Dec 30 20:18:15 2002 +0000 |
tree | 91bf92c7a3eaaef0e55302f8e558eb7d2189ba3a | |
parent | 6005a344ce9938256e0e8bb986ebad29c449f3c6 [diff] |
Always try nb_* slots before trying sq_concat, sq_inplace_concat, sq_repeat, andsq_inplace_repeat. This fixes a number of corner case bugs (see #624807). Consolidate the int and long sequence repeat code. Before the change, integers checked for integer overflow but longs did not.