[issue36785] Implement PEP 574

2019-06-15 Thread miss-islington
miss-islington added the comment: New changeset 298023633fde5cd60926a2923a01d896550cbf84 by Miss Islington (bot) in branch '3.8': bpo-36785: PEP 574 What's New entry (GH-13931) https://github.com/python/cpython/commit/298023633fde5cd60926a2923a01d896550cbf84 -- nosy:

[issue36785] Implement PEP 574

2019-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +13962 pull_request: https://github.com/python/cpython/pull/14113 ___ Python tracker ___

[issue36785] Implement PEP 574

2019-06-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Now complete, closing :-) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36785] Implement PEP 574

2019-06-09 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset c879ff247ae1b67a790ff98d2d59145302cd4e4e by Łukasz Langa (Antoine Pitrou) in branch 'master': bpo-36785: PEP 574 What's New entry (#13931) https://github.com/python/cpython/commit/c879ff247ae1b67a790ff98d2d59145302cd4e4e -- nosy:

[issue36785] Implement PEP 574

2019-06-09 Thread Antoine Pitrou
Change by Antoine Pitrou : -- pull_requests: +13797 pull_request: https://github.com/python/cpython/pull/13931 ___ Python tracker ___

[issue36785] Implement PEP 574

2019-05-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 91f4380cedbae32b49adbea2518014a5624c6523 by Antoine Pitrou in branch 'master': bpo-36785: PEP 574 implementation (GH-7076) https://github.com/python/cpython/commit/91f4380cedbae32b49adbea2518014a5624c6523 --

[issue36785] Implement PEP 574

2019-05-03 Thread Antoine Pitrou
Change by Antoine Pitrou : -- assignee: -> pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36785] Implement PEP 574

2019-05-03 Thread Antoine Pitrou
Change by Antoine Pitrou : -- keywords: +patch pull_requests: +12992 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36785] Implement PEP 574

2019-05-03 Thread Antoine Pitrou
New submission from Antoine Pitrou : Now that PEP 574 (Pickle protocol 5 with out-of-band data) has been accepted, it should be implemented. -- components: Extension Modules, Library (Lib) messages: 341349 nosy: ncoghlan, pitrou priority: normal severity: normal stage: needs patch