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.
| Author | python-dev |
|---|---|
| Recipients | mark.dickinson, ncoghlan, python-dev, serhiy.storchaka, tehybel, terry.reedy, vstinner |
| Date | 2017年01月25日.11:29:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20170125112909.21084.8995.21EA06CE@psf.io> |
| In-reply-to |
| Content | |
|---|---|
New changeset d5590f357d74 by Serhiy Storchaka in branch '2.7': Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro. https://hg.python.org/cpython/rev/d5590f357d74 New changeset 96f5327f7253 by Serhiy Storchaka in branch '3.5': Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if https://hg.python.org/cpython/rev/96f5327f7253 New changeset b4457fe7fdb8 by Serhiy Storchaka in branch '3.6': Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if https://hg.python.org/cpython/rev/b4457fe7fdb8 New changeset 6093ce8eed6c by Serhiy Storchaka in branch 'default': Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with https://hg.python.org/cpython/rev/6093ce8eed6c |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017年01月25日 11:29:12 | python-dev | set | recipients: + python-dev, terry.reedy, mark.dickinson, ncoghlan, vstinner, serhiy.storchaka, tehybel |
| 2017年01月25日 11:29:12 | python-dev | link | issue27867 messages |
| 2017年01月25日 11:29:12 | python-dev | create | |