Chung Wu ea0b016e7d rfoo._rfoo._dumps uses marshal.version == 2
When marshal.version used is >= 3, we would fail the
`buffer[0] != INTEGER` check in the Connection class, and so this
commit always uses marshal.version of 2, which is the latest version
that passes the check (and also the default version used by Python 2).

The latest marshal.version is 2 for Python 2, and up to Python 3.3.
Starting with Python 3.4, the latest marshal.version is 4.
2018-01-18 20:42:06 -08:00
..
2011-04-29 15:32:48 +01:00
2016-12-04 18:59:19 +05:30
2011-04-29 15:32:48 +01:00