mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
396e8fcf36
append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests