[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker ___ __

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: 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 --

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
miss-islington added the comment: 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 --

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +18088 pull_request: https://github.com/python/cpython/pull/18731 ___ Python tracker ___ __

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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 -- __

[issue39378] partial of PickleState struct should be traversed.

2020-03-01 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +18087 pull_request: https://github.com/python/cpython/pull/18730 ___ Python tracker _

[issue39378] partial of PickleState struct should be traversed.

2020-02-01 Thread hai shi
Change by hai shi : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue39378] partial of PickleState struct should be traversed.

2020-01-17 Thread hai shi
Change by hai shi : -- keywords: +patch pull_requests: +17441 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18046 ___ Python tracker ___

[issue39378] partial of PickleState struct should be traversed.

2020-01-17 Thread hai shi
New submission from hai shi : As subject, looks partial of PickleState struct should be traversed. -- components: Extension Modules messages: 360236 nosy: shihai1991 priority: normal severity: normal status: open title: partial of PickleState struct should be traversed. type: enhancemen