[issue39245] Public API for Vectorcall (PEP 590)

2020-05-25 Thread miss-islington
miss-islington added the comment: New changeset 9a5e643483578c3a944ceb5aa511d6c24280aedc by Miss Islington (bot) in branch '3.9': bpo-39245: Fix docs links to the stable ABI (GH-20388) https://github.com/python/cpython/commit/9a5e643483578c3a944ceb5aa511d6c24280aedc --

[issue39245] Public API for Vectorcall (PEP 590)

2020-05-25 Thread miss-islington
miss-islington added the comment: New changeset e50883ccc4bfa198c3d5e3367306324fc49730cb by Miro Hrončok in branch 'master': bpo-39245: Fix docs links to the stable ABI (GH-20388) https://github.com/python/cpython/commit/e50883ccc4bfa198c3d5e3367306324fc49730cb -- nosy: +miss-islingt

[issue39245] Public API for Vectorcall (PEP 590)

2020-05-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +19652 pull_request: https://github.com/python/cpython/pull/20389 ___ Python tracker ___ __

[issue39245] Public API for Vectorcall (PEP 590)

2020-05-25 Thread Miro Hrončok
Change by Miro Hrončok : -- nosy: +hroncok nosy_count: 2.0 -> 3.0 pull_requests: +19651 pull_request: https://github.com/python/cpython/pull/20388 ___ Python tracker ___ ___

[issue39245] Public API for Vectorcall (PEP 590)

2020-02-18 Thread Petr Viktorin
Change by Petr Viktorin : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue39245] Public API for Vectorcall (PEP 590)

2020-02-11 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset ffd9753a944916ced659b2c77aebe66a6c9fbab5 by Petr Viktorin in branch 'master': bpo-39245: Switch to public API for Vectorcall (GH-18460) https://github.com/python/cpython/commit/ffd9753a944916ced659b2c77aebe66a6c9fbab5 -- __

[issue39245] Public API for Vectorcall (PEP 590)

2020-02-11 Thread Petr Viktorin
Change by Petr Viktorin : -- pull_requests: +17834 pull_request: https://github.com/python/cpython/pull/18460 ___ Python tracker ___ ___

[issue39245] Public API for Vectorcall (PEP 590)

2020-02-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3f563cea567fbfed9db539ecbbacfee2d86f7735 by Petr Viktorin in branch 'master': bpo-39245: Make Vectorcall C API public (GH-17893) https://github.com/python/cpython/commit/3f563cea567fbfed9db539ecbbacfee2d86f7735 --

[issue39245] Public API for Vectorcall (PEP 590)

2020-01-28 Thread STINNER Victor
STINNER Victor added the comment: I put the priority on release blocker to ensure that we don't miss Python 3.9 deadline. It would be great to not miss 3.9 release. -- nosy: +vstinner priority: normal -> release blocker ___ Python tracker

[issue39245] Public API for Vectorcall (PEP 590)

2020-01-07 Thread Petr Viktorin
Change by Petr Viktorin : -- keywords: +patch pull_requests: +17303 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17893 ___ Python tracker ___ __

[issue39245] Public API for Vectorcall (PEP 590)

2020-01-07 Thread Petr Viktorin
Change by Petr Viktorin : -- components: +C API versions: +Python 3.9 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue39245] Public API for Vectorcall (PEP 590)

2020-01-07 Thread Petr Viktorin
New submission from Petr Viktorin : As per PEP 590, in Python 3.9 the Vectorcall API will be public, i.e. without leading underscores. -- messages: 359506 nosy: petr.viktorin priority: normal severity: normal status: open title: Public API for Vectorcall (PEP 590)