mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +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