mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
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