Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  Update default pickle version stored in `config.pickle_protocol` from **2** 
to **5**.
  
  `config.pickle_protocol` was introduced with Pywikibot 2 to ensure that 
pickle files are readable with Python 2 and Python 3. Protocol 5 was added with 
Python 3.8 and is the default protocol for Python 3.14+. Therefore I ptopose to 
increase the protocol version to 5 for all supported Python releases. The new 
format has the following advantages:
  
  - explicit support for bytes objects
  - support for very large objects
  - pickling more kinds of objects
  - data format optimizations
  - support for out-of-band data
  - speedup for in-band data

TASK DETAIL
  https://phabricator.wikimedia.org/T416087

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to