René's URL Explorer Experiment


Title: Issue 12973: int_pow() implementation is incorrect - Python tracker

Mail addresses
report@bugs.python.org

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/57182 https://github.com/python/cpython/issues/57182
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
11149https://bugs.python.org/issue11149
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
issue12975.diffhttps://bugs.python.org/file23155/issue12975.diff
reviewhttps://bugs.python.org/review/12973/#ps3325
listobject_overflow.diffhttps://bugs.python.org/file23164/listobject_overflow.diff
reviewhttps://bugs.python.org/review/12973/#ps3331
itertools_overflow.diffhttps://bugs.python.org/file23165/itertools_overflow.diff
reviewhttps://bugs.python.org/review/12973/#ps3332
msg143985https://bugs.python.org/issue12973#msg143985
(view)https://bugs.python.org/msg143985
Objects/intobject.chttps://github.com/python/cpython/blob/master/Objects/intobject.c
http://llvm.org/bugs/show_bug.cgi?id=10923http://llvm.org/bugs/show_bug.cgi?id=10923
msg143986https://bugs.python.org/issue12973#msg143986
(view)https://bugs.python.org/msg143986
#11149https://bugs.python.org/issue11149
msg143990https://bugs.python.org/issue12973#msg143990
(view)https://bugs.python.org/msg143990
#11149https://bugs.python.org/issue11149
msg144013https://bugs.python.org/issue12973#msg144013
(view)https://bugs.python.org/msg144013
msg144017https://bugs.python.org/issue12973#msg144017
(view)https://bugs.python.org/msg144017
#1621https://bugs.python.org/issue1621
#1621https://bugs.python.org/issue1621
msg144034https://bugs.python.org/issue12973#msg144034
(view)https://bugs.python.org/msg144034
msg144038https://bugs.python.org/issue12973#msg144038
(view)https://bugs.python.org/msg144038
msg144040https://bugs.python.org/issue12973#msg144040
(view)https://bugs.python.org/msg144040
msg144041https://bugs.python.org/issue12973#msg144041
(view)https://bugs.python.org/msg144041
msg144042https://bugs.python.org/issue12973#msg144042
(view)https://bugs.python.org/msg144042
msg144044https://bugs.python.org/issue12973#msg144044
(view)https://bugs.python.org/msg144044
http://blog.llvm.org/2011/05/what-every-c-programmer-should-know.htmlhttp://blog.llvm.org/2011/05/what-every-c-programmer-should-know.html
http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.htmlhttp://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html
http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_21.htmlhttp://blog.llvm.org/2011/05/what-every-c-programmer-should-know_21.html
http://blog.regehr.org/archives/508http://blog.regehr.org/archives/508
msg144058https://bugs.python.org/issue12973#msg144058
(view)https://bugs.python.org/msg144058
test/test_itertools.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_itertools.py#L788
test/test_list.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_list.py#L59
msg144089https://bugs.python.org/issue12973#msg144089
(view)https://bugs.python.org/msg144089
issue12975https://bugs.python.org/issue12975
issue12975https://bugs.python.org/issue12975
http://mail.python.org/pipermail/python-dev/2009-December/094392.htmlhttp://mail.python.org/pipermail/python-dev/2009-December/094392.html
http://yarchive.net/comp/linux/signed_unsigned_casts.htmlhttp://yarchive.net/comp/linux/signed_unsigned_casts.html
msg144092https://bugs.python.org/issue12973#msg144092
(view)https://bugs.python.org/msg144092
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdfhttp://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf
msg144093https://bugs.python.org/issue12973#msg144093
(view)https://bugs.python.org/msg144093
msg144095https://bugs.python.org/issue12973#msg144095
(view)https://bugs.python.org/msg144095
msg144098https://bugs.python.org/issue12973#msg144098
(view)https://bugs.python.org/msg144098
msg144290https://bugs.python.org/issue12973#msg144290
(view)https://bugs.python.org/msg144290
07efe83795b0https://hg.python.org/lookup/07efe83795b0
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/07efe83795b0http://hg.python.org/cpython/rev/07efe83795b0
msg144306https://bugs.python.org/issue12973#msg144306
(view)https://bugs.python.org/msg144306
99b808c94834https://hg.python.org/lookup/99b808c94834
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/99b808c94834http://hg.python.org/cpython/rev/99b808c94834
2dbd5870de0bhttps://hg.python.org/lookup/2dbd5870de0b
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/2dbd5870de0bhttp://hg.python.org/cpython/rev/2dbd5870de0b
msg144308https://bugs.python.org/issue12973#msg144308
(view)https://bugs.python.org/msg144308
f8280cf63d9ehttps://hg.python.org/lookup/f8280cf63d9e
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/f8280cf63d9ehttp://hg.python.org/cpython/rev/f8280cf63d9e
msg144485https://bugs.python.org/issue12973#msg144485
(view)https://bugs.python.org/msg144485
b378864d8ff3https://hg.python.org/lookup/b378864d8ff3
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/b378864d8ff3http://hg.python.org/cpython/rev/b378864d8ff3
18eec56bcf29https://hg.python.org/lookup/18eec56bcf29
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/18eec56bcf29http://hg.python.org/cpython/rev/18eec56bcf29
msg144486https://bugs.python.org/issue12973#msg144486
(view)https://bugs.python.org/msg144486
5a1cb8506ceahttps://hg.python.org/lookup/5a1cb8506cea
#12973https://bugs.python.org/issue12973
http://hg.python.org/cpython/rev/5a1cb8506ceahttp://hg.python.org/cpython/rev/5a1cb8506cea
msg144487https://bugs.python.org/issue12973#msg144487
(view)https://bugs.python.org/msg144487
#1621https://bugs.python.org/issue1621
issue12701 supersederhttps://bugs.python.org/issue12701
msg144487https://bugs.python.org/msg144487
msg144486https://bugs.python.org/msg144486
msg144485https://bugs.python.org/msg144485
msg144308https://bugs.python.org/msg144308
msg144306https://bugs.python.org/msg144306
python-devhttps://bugs.python.org/user13902
msg144290https://bugs.python.org/msg144290
msg144098https://bugs.python.org/msg144098
msg144095https://bugs.python.org/msg144095
msg144093https://bugs.python.org/msg144093
msg144092https://bugs.python.org/msg144092
msg144089https://bugs.python.org/msg144089
itertools_overflow.diffhttps://bugs.python.org/file23165
listobject_overflow.diffhttps://bugs.python.org/file23164
msg144058https://bugs.python.org/msg144058
msg144044https://bugs.python.org/msg144044
msg144042https://bugs.python.org/msg144042
msg144041https://bugs.python.org/msg144041
msg144040https://bugs.python.org/msg144040
vstinnerhttps://bugs.python.org/user2377
msg144038https://bugs.python.org/msg144038
issue12975.diffhttps://bugs.python.org/file23155
patchhttps://bugs.python.org/keyword2
msg144034https://bugs.python.org/msg144034
loewishttps://bugs.python.org/user8
msg144017https://bugs.python.org/msg144017
mark.dickinsonhttps://bugs.python.org/user1118
msg144013https://bugs.python.org/msg144013
mark.dickinsonhttps://bugs.python.org/user1118
msg143990https://bugs.python.org/msg143990
[PATCH] Configure should enable -fwrapv for clanghttps://bugs.python.org/issue11149
skrahhttps://bugs.python.org/user11089
msg143986https://bugs.python.org/msg143986
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.