]> granicus.if.org Git - python/commit
Patch from /F:
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 18:43:14 +0000 (18:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 18 Jun 2000 18:43:14 +0000 (18:43 +0000)
commit74042d6e5d44cc9d332c28414a1e04eadd204248
tree888efb4a5da65b5fed5d282d019af6fb29fefe0b
parentb75c485f0bc6394f616d4a0bc746e613fd7b1021
Patch from /F:
this patch introduces PySequence_Fast and PySequence_Fast_GET_ITEM,
and modifies the list.extend method to accept any kind of sequence.
Include/abstract.h
Objects/abstract.c
Objects/listobject.c