René's URL Explorer Experiment


Title: Issue 27867: various issues due to misuse of PySlice_GetIndicesEx - Python tracker

Mail addresses
self=self@entry
module=module@entry

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72054 https://github.com/python/cpython/issues/72054
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
slice_get_indices.patchhttps://bugs.python.org/file44279/slice_get_indices.patch
reviewhttps://bugs.python.org/review/27867/#ps18271
slice_get_indices_2.patchhttps://bugs.python.org/file46085/slice_get_indices_2.patch
reviewhttps://bugs.python.org/review/27867/#ps19601
slice_get_indices_3.patchhttps://bugs.python.org/file46388/slice_get_indices_3.patch
reviewhttps://bugs.python.org/review/27867/#ps19812
PySlice_GetIndicesEx-silence-warnings.patchhttps://bugs.python.org/file46510/PySlice_GetIndicesEx-silence-warnings.patch
reviewhttps://bugs.python.org/review/27867/#ps19906
PySlice_GetIndicesEx.coccihttps://bugs.python.org/file46786/PySlice_GetIndicesEx.cocci
PR 1023https://github.com/python/cpython/pull/1023
PR 1046https://github.com/python/cpython/pull/1046
PR 1044https://github.com/python/cpython/pull/1044
PR 1045https://github.com/python/cpython/pull/1045
PR 1973https://github.com/python/cpython/pull/1973
msg273708https://bugs.python.org/issue27867#msg273708
(view)https://bugs.python.org/msg273708
Objects/methodobject.c:31https://github.com/python/cpython/blob/master/Objects/methodobject.c#L31
Objects/listobject.c:2441https://github.com/python/cpython/blob/master/Objects/listobject.c#L2441
Objects/listobject.c:2603https://github.com/python/cpython/blob/master/Objects/listobject.c#L2603
msg273720https://bugs.python.org/issue27867#msg273720
(view)https://bugs.python.org/msg273720
msg273775https://bugs.python.org/issue27867#msg273775
(view)https://bugs.python.org/msg273775
msg273801https://bugs.python.org/issue27867#msg273801
(view)https://bugs.python.org/msg273801
Objects/sliceobject.chttps://github.com/python/cpython/blob/master/Objects/sliceobject.c
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
Objects/listojbect.chttps://github.com/python/cpython/blob/master/Objects/listojbect.c
msg273806https://bugs.python.org/issue27867#msg273806
(view)https://bugs.python.org/msg273806
msg273807https://bugs.python.org/issue27867#msg273807
(view)https://bugs.python.org/msg273807
msg273809https://bugs.python.org/issue27867#msg273809
(view)https://bugs.python.org/msg273809
msg273943https://bugs.python.org/issue27867#msg273943
(view)https://bugs.python.org/msg273943
msg273962https://bugs.python.org/issue27867#msg273962
(view)https://bugs.python.org/msg273962
msg273995https://bugs.python.org/issue27867#msg273995
(view)https://bugs.python.org/msg273995
msg275179https://bugs.python.org/issue27867#msg275179
(view)https://bugs.python.org/msg275179
msg275277https://bugs.python.org/issue27867#msg275277
(view)https://bugs.python.org/msg275277
https://docs.python.org/3/reference/datamodel.html#typeshttps://docs.python.org/3/reference/datamodel.html#types
msg275284https://bugs.python.org/issue27867#msg275284
(view)https://bugs.python.org/msg275284
msg275602https://bugs.python.org/issue27867#msg275602
(view)https://bugs.python.org/msg275602
msg284297https://bugs.python.org/issue27867#msg284297
(view)https://bugs.python.org/msg284297
https://mail.python.org/pipermail/python-dev/2016-December/147048.htmlhttps://mail.python.org/pipermail/python-dev/2016-December/147048.html
msg286067https://bugs.python.org/issue27867#msg286067
(view)https://bugs.python.org/msg286067
msg286241https://bugs.python.org/issue27867#msg286241
(view)https://bugs.python.org/msg286241
d5590f357d74https://hg.python.org/lookup/d5590f357d74
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/d5590f357d74https://hg.python.org/cpython/rev/d5590f357d74
96f5327f7253https://hg.python.org/lookup/96f5327f7253
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/96f5327f7253https://hg.python.org/cpython/rev/96f5327f7253
b4457fe7fdb8https://hg.python.org/lookup/b4457fe7fdb8
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/b4457fe7fdb8https://hg.python.org/cpython/rev/b4457fe7fdb8
6093ce8eed6chttps://hg.python.org/lookup/6093ce8eed6c
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/6093ce8eed6chttps://hg.python.org/cpython/rev/6093ce8eed6c
msg286903https://bugs.python.org/issue27867#msg286903
(view)https://bugs.python.org/msg286903
msg286910https://bugs.python.org/issue27867#msg286910
(view)https://bugs.python.org/msg286910
msg286932https://bugs.python.org/issue27867#msg286932
(view)https://bugs.python.org/msg286932
d7b637af5a7ehttps://hg.python.org/lookup/d7b637af5a7e
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/d7b637af5a7ehttps://hg.python.org/cpython/rev/d7b637af5a7e
17d0cfc64a32https://hg.python.org/lookup/17d0cfc64a32
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/17d0cfc64a32https://hg.python.org/cpython/rev/17d0cfc64a32
b8fc4de84b9ahttps://hg.python.org/lookup/b8fc4de84b9a
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/b8fc4de84b9ahttps://hg.python.org/cpython/rev/b8fc4de84b9a
af8315720e67https://hg.python.org/lookup/af8315720e67
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/af8315720e67https://hg.python.org/cpython/rev/af8315720e67
msg286933https://bugs.python.org/issue27867#msg286933
(view)https://bugs.python.org/msg286933
110ec861e5eahttps://hg.python.org/lookup/110ec861e5ea
#27867https://bugs.python.org/issue27867
https://hg.python.org/cpython/rev/110ec861e5eahttps://hg.python.org/cpython/rev/110ec861e5ea
msg286940https://bugs.python.org/issue27867#msg286940
(view)https://bugs.python.org/msg286940
faa1891d4d1237d6df0af4622ff520ccd6768e04https://hg.python.org/lookup/faa1891d4d1237d6df0af4622ff520ccd6768e04
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04
msg286941https://bugs.python.org/issue27867#msg286941
(view)https://bugs.python.org/msg286941
745dda46d2e3e27206bb33188c770e1f6c73766ehttps://hg.python.org/lookup/745dda46d2e3e27206bb33188c770e1f6c73766e
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/745dda46d2e3e27206bb33188c770e1f6c73766ehttps://github.com/python/cpython/commit/745dda46d2e3e27206bb33188c770e1f6c73766e
e9d77e9fce477b5589c7eb5e1b4179b1d8e1fecchttps://hg.python.org/lookup/e9d77e9fce477b5589c7eb5e1b4179b1d8e1fecc
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/e9d77e9fce477b5589c7eb5e1b4179b1d8e1fecchttps://github.com/python/cpython/commit/e9d77e9fce477b5589c7eb5e1b4179b1d8e1fecc
msg286944https://bugs.python.org/issue27867#msg286944
(view)https://bugs.python.org/msg286944
faa1891d4d1237d6df0af4622ff520ccd6768e04https://hg.python.org/lookup/faa1891d4d1237d6df0af4622ff520ccd6768e04
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04
8bd58e9c725a15854a99d19daf935fb08df77a05https://hg.python.org/lookup/8bd58e9c725a15854a99d19daf935fb08df77a05
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/8bd58e9c725a15854a99d19daf935fb08df77a05https://github.com/python/cpython/commit/8bd58e9c725a15854a99d19daf935fb08df77a05
65febbec9d09101f76a04efeef6b3dc7f9b06ee8https://hg.python.org/lookup/65febbec9d09101f76a04efeef6b3dc7f9b06ee8
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/65febbec9d09101f76a04efeef6b3dc7f9b06ee8https://github.com/python/cpython/commit/65febbec9d09101f76a04efeef6b3dc7f9b06ee8
msg286945https://bugs.python.org/issue27867#msg286945
(view)https://bugs.python.org/msg286945
faa1891d4d1237d6df0af4622ff520ccd6768e04https://hg.python.org/lookup/faa1891d4d1237d6df0af4622ff520ccd6768e04
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04
8bd58e9c725a15854a99d19daf935fb08df77a05https://hg.python.org/lookup/8bd58e9c725a15854a99d19daf935fb08df77a05
#27867https://bugs.python.org/issue27867
https://github.com/python/cpython/commit/8bd58e9c725a15854a99d19daf935fb08df77a05https://github.com/python/cpython/commit/8bd58e9c725a15854a99d19daf935fb08df77a05
msg290814https://bugs.python.org/issue27867#msg290814
(view)https://bugs.python.org/msg290814
issue29943https://bugs.python.org/issue29943
msg291258https://bugs.python.org/issue27867#msg291258
(view)https://bugs.python.org/msg291258
PR 1023https://github.com/python/cpython/pull/1023
msg291329https://bugs.python.org/issue27867#msg291329
(view)https://bugs.python.org/msg291329
e41390aca51e4e3eb455cf3b70f5d656a2814db9https://hg.python.org/lookup/e41390aca51e4e3eb455cf3b70f5d656a2814db9
bpo-27867https://bugs.python.org/issue27867
#1023https://bugs.python.org/issue1023
#1046https://bugs.python.org/issue1046
https://github.com/python/cpython/commit/e41390aca51e4e3eb455cf3b70f5d656a2814db9https://github.com/python/cpython/commit/e41390aca51e4e3eb455cf3b70f5d656a2814db9
msg291330https://bugs.python.org/issue27867#msg291330
(view)https://bugs.python.org/msg291330
b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8https://hg.python.org/lookup/b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8
#1023https://bugs.python.org/issue1023
https://github.com/python/cpython/commit/b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8https://github.com/python/cpython/commit/b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8
c26b19d5c7aba51b50a4d7fb5f8291036cb9da24https://hg.python.org/lookup/c26b19d5c7aba51b50a4d7fb5f8291036cb9da24
#1023https://bugs.python.org/issue1023
#1046https://bugs.python.org/issue1046
https://github.com/python/cpython/commit/c26b19d5c7aba51b50a4d7fb5f8291036cb9da24https://github.com/python/cpython/commit/c26b19d5c7aba51b50a4d7fb5f8291036cb9da24
fa25f16a4499178d7d79c18d2d68be7f70594106https://hg.python.org/lookup/fa25f16a4499178d7d79c18d2d68be7f70594106
#1023https://bugs.python.org/issue1023
#1045https://bugs.python.org/issue1045
https://github.com/python/cpython/commit/fa25f16a4499178d7d79c18d2d68be7f70594106https://github.com/python/cpython/commit/fa25f16a4499178d7d79c18d2d68be7f70594106
msg295285https://bugs.python.org/issue27867#msg295285
(view)https://bugs.python.org/msg295285
PR 1973https://github.com/python/cpython/pull/1973
msg302686https://bugs.python.org/issue27867#msg302686
(view)https://bugs.python.org/msg302686
msg302694https://bugs.python.org/issue27867#msg302694
(view)https://bugs.python.org/msg302694
msg303905https://bugs.python.org/issue27867#msg303905
(view)https://bugs.python.org/msg303905
4d3f084c035ad3dfd9f8479886c41b1b1823ace2https://hg.python.org/lookup/4d3f084c035ad3dfd9f8479886c41b1b1823ace2
bpo-27867https://bugs.python.org/issue27867
#1973https://bugs.python.org/issue1973
https://github.com/python/cpython/commit/4d3f084c035ad3dfd9f8479886c41b1b1823ace2https://github.com/python/cpython/commit/4d3f084c035ad3dfd9f8479886c41b1b1823ace2
msg303905https://bugs.python.org/msg303905
cryvatehttps://bugs.python.org/user26848
msg302694https://bugs.python.org/msg302694
msg302686https://bugs.python.org/msg302686
msg295285https://bugs.python.org/msg295285
pull_request2039https://bugs.python.org/pull_request2039
issue27863 dependencieshttps://bugs.python.org/issue27863
msg291330https://bugs.python.org/msg291330
msg291329https://bugs.python.org/msg291329
pull_request1199https://bugs.python.org/pull_request1199
pull_request1198https://bugs.python.org/pull_request1198
pull_request1197https://bugs.python.org/pull_request1197
PySlice_GetIndicesEx.coccihttps://bugs.python.org/file46786
msg291258https://bugs.python.org/msg291258
pull_request1182https://bugs.python.org/pull_request1182
martin.panterhttps://bugs.python.org/user14751
pull_request1038https://bugs.python.org/pull_request1038
pull_request1038https://bugs.python.org/pull_request1038
msg290814https://bugs.python.org/msg290814
issue29028 dependencieshttps://bugs.python.org/issue29028
msg286945https://bugs.python.org/msg286945
msg286944https://bugs.python.org/msg286944
msg286941https://bugs.python.org/msg286941
msg286940https://bugs.python.org/msg286940
msg286933https://bugs.python.org/msg286933
msg286932https://bugs.python.org/msg286932
PySlice_GetIndicesEx-silence-warnings.patchhttps://bugs.python.org/file46510
msg286910https://bugs.python.org/msg286910
martin.panterhttps://bugs.python.org/user14751
msg286903https://bugs.python.org/msg286903
python-devhttps://bugs.python.org/user13902
msg286241https://bugs.python.org/msg286241
slice_get_indices_3.patchhttps://bugs.python.org/file46388
msg286067https://bugs.python.org/msg286067
vstinnerhttps://bugs.python.org/user2377
slice_get_indices_2.patchhttps://bugs.python.org/file46085
msg284297https://bugs.python.org/msg284297
serhiy.storchakahttps://bugs.python.org/user15623
issue29028 dependencieshttps://bugs.python.org/issue29028
msg275602https://bugs.python.org/msg275602
msg275284https://bugs.python.org/msg275284
msg275277https://bugs.python.org/msg275277
msg275179https://bugs.python.org/msg275179
ncoghlanhttps://bugs.python.org/user1309
msg273995https://bugs.python.org/msg273995
msg273962https://bugs.python.org/msg273962
slice_get_indices.patchhttps://bugs.python.org/file44279
patchhttps://bugs.python.org/keyword2
msg273943https://bugs.python.org/msg273943
msg273809https://bugs.python.org/msg273809
msg273807https://bugs.python.org/msg273807
msg273806https://bugs.python.org/msg273806
msg273801https://bugs.python.org/msg273801
msg273775https://bugs.python.org/msg273775
issue27863 dependencieshttps://bugs.python.org/issue27863
terry.reedyhttps://bugs.python.org/user155
msg273720https://bugs.python.org/msg273720
mark.dickinsonhttps://bugs.python.org/user1118
serhiy.storchakahttps://bugs.python.org/user15623
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.