On Mon, 4 Jul 2016 10:53:25 +0200
Victor Stinner <victor.stinner(a)gmail.com>
wrote:
> Hi,
>
> performance/bm_pickle.py of the CPython benchmark suite uses the
> pickle protocol 2 by default. Why not always testing the highest
> protocol?
I think this comes from the Unladen Swallow benchmark suite, and
Unladen Swallow was Python 2-only, so protocol 2 *was* the highest
protocol in those circumstances.
Regards
Antoine.