> You may want to include in your Python 2.2 change log the fact > that _PyTuple_Resize() has now 2 arguments instead of 3. The last As the NEWS file for 2.2a1 said, """ C API - Removed the unused last_is_sticky argument from the internal _PyTuple_Resize(). If this affects you, you were cheating. """ Nobody outside the core should be using any private API functions (hence, "cheating").