This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: partial of PickleState struct should be traversed.
Type: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: miss-islington, serhiy.storchaka, shihai1991
Priority: normal Keywords: patch

Created on 2020-01-18 05:31 by shihai1991, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18046 merged shihai1991, 2020-01-18 05:40
PR 18730 merged miss-islington, 2020-03-02 06:28
PR 18731 merged miss-islington, 2020-03-02 06:29
Messages (4)
msg360236 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2020-01-18 05:31
As subject, looks partial of PickleState struct should be traversed.
msg363126 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-03-02 06:29
New changeset 1f577ce363121d590b51abf5c41d1bcf3d751436 by Hai Shi in branch 'master':
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
https://github.com/python/cpython/commit/1f577ce363121d590b51abf5c41d1bcf3d751436
msg363130 - (view) Author: miss-islington (miss-islington) Date: 2020-03-02 06:47
New changeset d3c24350892b55b4ea6fb81b84e577968c1f2f91 by Miss Islington (bot) in branch '3.7':
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
https://github.com/python/cpython/commit/d3c24350892b55b4ea6fb81b84e577968c1f2f91
msg363131 - (view) Author: miss-islington (miss-islington) Date: 2020-03-02 06:47
New changeset 5f2ade20a556f8c20555c7032436477d6dc86d4f by Miss Islington (bot) in branch '3.8':
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
https://github.com/python/cpython/commit/5f2ade20a556f8c20555c7032436477d6dc86d4f
History
Date User Action Args
2022-04-11 14:59:25adminsetgithub: 83559
2020-03-02 06:54:47serhiy.storchakasetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.7, Python 3.8
2020-03-02 06:47:26miss-islingtonsetmessages: + msg363131
2020-03-02 06:47:02miss-islingtonsetmessages: + msg363130
2020-03-02 06:29:07miss-islingtonsetpull_requests: + pull_request18088
2020-03-02 06:29:01serhiy.storchakasetmessages: + msg363126
2020-03-02 06:28:59miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request18087
2020-02-01 13:43:18shihai1991setnosy: + serhiy.storchaka
2020-01-18 05:40:34shihai1991setkeywords: + patch
stage: patch review
pull_requests: + pull_request17441
2020-01-18 05:31:27shihai1991create