commit | 31f119ebdb0c82a6d06fc94a2d6ad9eedd0a2bec | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Feb 03 16:20:13 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Feb 03 16:20:13 2003 +0000 |
tree | b3e2214ebbb674f0dd42faee8fd9d993dbba1034 | |
parent | 621f055233f77779dc3b2b53edcf39da9a69e82d [diff] |
Proper testing of proto 2 in part requires checking that the new opcodes are actually getting generated. Add helpered method ensure_opcode_in_pickle to do a correct job checking for that. Changed test_long1(), test_long4(), and test_short_tuples() to use it.