JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

Add pickle protocol specification. Fixes #94 #96

Closed piiq closed 2 years ago

piiq commented 3 years ago

Explicitly specify the pickle protocol during dump to enable support for both python2 and python 3.4<.

@JulianEberius could you kindly approve this PR? The pickle protocol error is really annoying when using the latest python 😅