René's URL Explorer Experiment


Title: Issue 6137: Make pickle generated by Python 3.x compatible with 2.x and vice-versa. - Python tracker

Mail addresses
report@bugs.python.org
pitrou@free.fr

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/50387 https://github.com/python/cpython/issues/50387
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
compat_pickle.diffhttps://bugs.python.org/file14124/compat_pickle.diff
compat_pickle2.diffhttps://bugs.python.org/file14175/compat_pickle2.diff
compat_pickle5.diffhttps://bugs.python.org/file14179/compat_pickle5.diff
compat_pickle6.diffhttps://bugs.python.org/file14184/compat_pickle6.diff
compat_pickle7.diffhttps://bugs.python.org/file14186/compat_pickle7.diff
msg88470https://bugs.python.org/issue6137#msg88470
(view)https://bugs.python.org/msg88470
http://bugs.python.org/issue3799#msg76196http://bugs.python.org/issue3799#msg76196
msg88487https://bugs.python.org/issue6137#msg88487
(view)https://bugs.python.org/msg88487
#3675https://bugs.python.org/issue3675
msg88589https://bugs.python.org/issue6137#msg88589
(view)https://bugs.python.org/msg88589
#3675https://bugs.python.org/issue3675
#5665https://bugs.python.org/issue5665
msg88602https://bugs.python.org/issue6137#msg88602
(view)https://bugs.python.org/msg88602
#3675https://bugs.python.org/issue3675
msg88640https://bugs.python.org/issue6137#msg88640
(view)https://bugs.python.org/msg88640
http://bugs.python.org/file14124/compat_pickle.diffhttp://bugs.python.org/file14124/compat_pickle.diff
rev. 73106https://hg.python.org/lookup/r73106
msg88684https://bugs.python.org/issue6137#msg88684
(view)https://bugs.python.org/msg88684
msg88826https://bugs.python.org/issue6137#msg88826
(view)https://bugs.python.org/msg88826
pickle.pyhttps://github.com/python/cpython/blob/main/Lib/pickle.py#L1351
msg88831https://bugs.python.org/issue6137#msg88831
(view)https://bugs.python.org/msg88831
msg88836https://bugs.python.org/issue6137#msg88836
(view)https://bugs.python.org/msg88836
#3675https://bugs.python.org/issue3675
msg88838https://bugs.python.org/issue6137#msg88838
(view)https://bugs.python.org/msg88838
msg88841https://bugs.python.org/issue6137#msg88841
(view)https://bugs.python.org/msg88841
msg88861https://bugs.python.org/issue6137#msg88861
(view)https://bugs.python.org/msg88861
msg88863https://bugs.python.org/issue6137#msg88863
(view)https://bugs.python.org/msg88863
Lib/_compat.pickle.pyhttps://github.com/python/cpython/blob/master/Lib/_compat.pickle.py
msg88901https://bugs.python.org/issue6137#msg88901
(view)https://bugs.python.org/msg88901
msg88902https://bugs.python.org/issue6137#msg88902
(view)https://bugs.python.org/msg88902
r73236https://hg.python.org/lookup/r73236
msg88921https://bugs.python.org/issue6137#msg88921
(view)https://bugs.python.org/msg88921
msg89004https://bugs.python.org/issue6137#msg89004
(view)https://bugs.python.org/msg89004
r73254https://hg.python.org/lookup/r73254
msg89153https://bugs.python.org/issue6137#msg89153
(view)https://bugs.python.org/msg89153
msg89154https://bugs.python.org/issue6137#msg89154
(view)https://bugs.python.org/msg89154
msg89156https://bugs.python.org/issue6137#msg89156
(view)https://bugs.python.org/msg89156
msg89157https://bugs.python.org/issue6137#msg89157
(view)https://bugs.python.org/msg89157
msg89158https://bugs.python.org/issue6137#msg89158
(view)https://bugs.python.org/msg89158
msg89159https://bugs.python.org/issue6137#msg89159
(view)https://bugs.python.org/msg89159
msg89160https://bugs.python.org/issue6137#msg89160
(view)https://bugs.python.org/msg89160
jceahttps://bugs.python.org/user415
msg89160https://bugs.python.org/msg89160
msg89159https://bugs.python.org/msg89159
msg89158https://bugs.python.org/msg89158
msg89157https://bugs.python.org/msg89157
rhettingerhttps://bugs.python.org/user114
msg89156https://bugs.python.org/msg89156
msg89154https://bugs.python.org/msg89154
gvanrossumhttps://bugs.python.org/user5
msg89153https://bugs.python.org/msg89153
msg89004https://bugs.python.org/msg89004
msg88921https://bugs.python.org/msg88921
msg88902https://bugs.python.org/msg88902
alexandre.vassalottihttps://bugs.python.org/user3805
https://bugs.python.org/userNone
compat_pickle7.diffhttps://bugs.python.org/file14186
msg88901https://bugs.python.org/msg88901
hagenhttps://bugs.python.org/user8977
msg88863https://bugs.python.org/msg88863
issue3675 supersederhttps://bugs.python.org/issue3675
compat_pickle6.diffhttps://bugs.python.org/file14184
alexandre.vassalottihttps://bugs.python.org/user3805
msg88861https://bugs.python.org/msg88861
compat_pickle4.diffhttps://bugs.python.org/file14178
compat_pickle3.diffhttps://bugs.python.org/file14177
compat_pickle5.diffhttps://bugs.python.org/file14179
msg88841https://bugs.python.org/msg88841
compat_pickle4.diffhttps://bugs.python.org/file14178
Python 2.6 can't read sets pickled with Python 3.0https://bugs.python.org/issue3675
msg88838https://bugs.python.org/msg88838
compat_pickle3.diffhttps://bugs.python.org/file14177
Python 2.6 can't read sets pickled with Python 3.0https://bugs.python.org/issue3675
msg88836https://bugs.python.org/msg88836
compat_pickle2.diffhttps://bugs.python.org/file14175
msg88831https://bugs.python.org/msg88831
msg88826https://bugs.python.org/msg88826
pitrouhttps://bugs.python.org/user2040
mkieverhttps://bugs.python.org/user2621
alexandre.vassalottihttps://bugs.python.org/user3805
msg88684https://bugs.python.org/msg88684
msg88640https://bugs.python.org/msg88640
msg88602https://bugs.python.org/msg88602
compat_pickle.diffhttps://bugs.python.org/file14124
patchhttps://bugs.python.org/keyword2
msg88589https://bugs.python.org/msg88589
alexandre.vassalottihttps://bugs.python.org/user3805
pitrouhttps://bugs.python.org/user2040
msg88487https://bugs.python.org/msg88487
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.