[issue32436] Implement PEP 567

2018-05-23 Thread miss-islington
miss-islington added the comment: New changeset 2fc443c469fb15033b6b96acd727e2e7cc147adc by Miss Islington (bot) in branch '3.7': bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)

[issue32436] Implement PEP 567

2018-05-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +6707 ___ Python tracker ___

[issue32436] Implement PEP 567

2018-05-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 28b9178023a445b1da2694774c265cd4b7a244ec by Yury Selivanov in branch 'master': bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) https://github.com/python/cpython/commit/28b9178023a445b1da2694774c265cd4b7a244ec

[issue32436] Implement PEP 567

2018-05-23 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +6703 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-02-16 Thread miss-islington
miss-islington added the comment: New changeset af6eaae306dce5095a350348432cc8595efc0211 by Miss Islington (bot) in branch '3.7': bpo-32436: Add docs for contextvars (GH-5685)

[issue32436] Implement PEP 567

2018-02-16 Thread Yury Selivanov
Yury Selivanov added the comment: With the basic documentation committed, I'm now closing this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32436] Implement PEP 567

2018-02-16 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset bd093355a6aaf2f4ca3ed153e195da57870a55eb by Yury Selivanov in branch 'master': bpo-32436: Add docs for contextvars (#5685) https://github.com/python/cpython/commit/bd093355a6aaf2f4ca3ed153e195da57870a55eb --

[issue32436] Implement PEP 567

2018-02-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +5488 ___ Python tracker ___

[issue32436] Implement PEP 567

2018-02-14 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5481 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 78767786a87b00925506c32b3b55cf65b56ef3d7 by Yury Selivanov (Miss Islington (bot)) in branch '3.7': bpo-32436: Fix compiler warning (GH-5483) (GH-5486)

[issue32436] Implement PEP 567

2018-02-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +5316 ___ Python tracker ___

[issue32436] Implement PEP 567

2018-02-01 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 55e0839f2672e029c2b96514028c77c31ffbe41f by Yury Selivanov in branch 'master': bpo-32436: Fix compiler warning (#5483) https://github.com/python/cpython/commit/55e0839f2672e029c2b96514028c77c31ffbe41f --

[issue32436] Implement PEP 567

2018-02-01 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5314 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-27 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5213 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-27 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset bc4123b0b380edda774b8bff2fa1bcc96453b440 by Yury Selivanov in branch 'master': bpo-32436: Use PyThreadState_GET() in all hot paths (GH-5363) https://github.com/python/cpython/commit/bc4123b0b380edda774b8bff2fa1bcc96453b440

[issue32436] Implement PEP 567

2018-01-27 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5207 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-26 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 226e50049da43097d89e9e99f9c55f212d1f7bd5 by Yury Selivanov in branch 'master': bpo-32436: Make PyContextVar_Get a little bit faster (#5350) https://github.com/python/cpython/commit/226e50049da43097d89e9e99f9c55f212d1f7bd5

[issue32436] Implement PEP 567

2018-01-26 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5197 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-25 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 6ab62920c87930dedc31fe633ecda3e51d3d7503 by Yury Selivanov in branch 'master': bpo-32436: Fix a refleak; var GC tracking; a GCC warning (#5326)

[issue32436] Implement PEP 567

2018-01-25 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5171 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset b7a80d543e1e94475ab9c8214f7a9eab4e63c9ab by Yury Selivanov in branch 'master': bpo-32436: Don't use native popcount() (also fixes bpo-32641) (#5292)

[issue32436] Implement PEP 567

2018-01-23 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5138 stage: commit review -> patch review ___ Python tracker ___

[issue32436] Implement PEP 567

2018-01-23 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 0bad4d63c654d93e1f32ff35026405a3987db5ca by Yury Selivanov in branch 'master': bpo-32436: Fix potential NULL dereference (#5286) https://github.com/python/cpython/commit/0bad4d63c654d93e1f32ff35026405a3987db5ca --

[issue32436] Implement PEP 567

2018-01-23 Thread Yury Selivanov
Change by Yury Selivanov : -- stage: patch review -> commit review ___ Python tracker ___

[issue32436] Implement PEP 567

2018-01-23 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5132 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 83c8675edb4fe278c5d930f7865977a5d3c7168a by Yury Selivanov in branch 'master': bpo-32436: Remove a redundant assert (#5275) https://github.com/python/cpython/commit/83c8675edb4fe278c5d930f7865977a5d3c7168a --

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +5120 ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
Yury Selivanov added the comment: This one: https://github.com/python/cpython/pull/5273? I've left a comment with some questions there. Are there any other urgent PRs? The main PEP 567 PR has been merged already, btw. -- ___

[issue32436] Implement PEP 567

2018-01-22 Thread Guido van Rossum
Guido van Rossum added the comment: While you're waiting for code review maybe you can review some other PR? (Lukasz mentioned that Serhiy seems very busy.) -- ___ Python tracker

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
Yury Selivanov added the comment: I'll try to find some time after beta-1. Right now have a few other issues that I have to finish (and also create a PR to make decimal use PEP 567). -- ___ Python tracker

[issue32436] Implement PEP 567

2018-01-22 Thread Guido van Rossum
Guido van Rossum added the comment: Hopefully sooner? -- ___ Python tracker ___ ___

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
Yury Selivanov added the comment: I'll keep the issue open -- a documentation for the new APIs will be merged in a separate PR in a couple of months. -- ___ Python tracker

[issue32436] Implement PEP 567

2018-01-22 Thread Yury Selivanov
New submission from Yury Selivanov : New changeset f23746a934177c48eff754411aba54c31d6be2f0 by Yury Selivanov in branch 'master': bpo-32436: Implement PEP 567 (#5027) https://github.com/python/cpython/commit/f23746a934177c48eff754411aba54c31d6be2f0 --

[issue32436] Implement PEP 567

2017-12-27 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4915 ___ Python tracker ___

[issue32436] Implement PEP 567

2017-12-27 Thread Yury Selivanov
Change by Yury Selivanov : -- assignee: yselivanov components: Interpreter Core, Library (Lib) nosy: gvanrossum, yselivanov priority: normal severity: normal stage: patch review status: open title: Implement PEP 567 type: enhancement versions: Python 3.7