René's URL Explorer Experiment


Title: Issue 21955: ceval.c: implement fast path for integers with a single digit - Python tracker

Mail addresses
haypo@selma

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/66154 https://github.com/python/cpython/issues/66154
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
21955.patchhttps://bugs.python.org/file35961/21955.patch
reviewhttps://bugs.python.org/review/21955/#ps12404
bench_long.pyhttps://bugs.python.org/file35964/bench_long.py
inline.patchhttps://bugs.python.org/file35965/inline.patch
reviewhttps://bugs.python.org/review/21955/#ps12405
21955_2.patchhttps://bugs.python.org/file36021/21955_2.patch
reviewhttps://bugs.python.org/review/21955/#ps12437
bench_results.txthttps://bugs.python.org/file41795/bench_results.txt
fastint1.patchhttps://bugs.python.org/file41796/fastint1.patch
reviewhttps://bugs.python.org/review/21955/#ps16484
fastint2.patchhttps://bugs.python.org/file41799/fastint2.patch
reviewhttps://bugs.python.org/review/21955/#ps16487
fastint_alt.patchhttps://bugs.python.org/file41801/fastint_alt.patch
reviewhttps://bugs.python.org/review/21955/#ps16489
fastintfloat_alt.patchhttps://bugs.python.org/file41807/fastintfloat_alt.patch
reviewhttps://bugs.python.org/review/21955/#ps16492
fastint4.patchhttps://bugs.python.org/file41811/fastint4.patch
reviewhttps://bugs.python.org/review/21955/#ps16494
fastint5.patchhttps://bugs.python.org/file41815/fastint5.patch
reviewhttps://bugs.python.org/review/21955/#ps16498
bench_long2.pyhttps://bugs.python.org/file41821/bench_long2.py
compare.txthttps://bugs.python.org/file41822/compare.txt
compare_to.txthttps://bugs.python.org/file41823/compare_to.txt
fastint5_2.patchhttps://bugs.python.org/file41829/fastint5_2.patch
reviewhttps://bugs.python.org/review/21955/#ps16504
fastint5_3.patchhttps://bugs.python.org/file41830/fastint5_3.patch
reviewhttps://bugs.python.org/review/21955/#ps16505
fastint5_4.patchhttps://bugs.python.org/file41831/fastint5_4.patch
reviewhttps://bugs.python.org/review/21955/#ps16506
inline-2.patchhttps://bugs.python.org/file41832/inline-2.patch
reviewhttps://bugs.python.org/review/21955/#ps16507
fastint6.patchhttps://bugs.python.org/file41843/fastint6.patch
reviewhttps://bugs.python.org/review/21955/#ps16517
mpmath_bench.pyhttps://bugs.python.org/file41882/mpmath_bench.py
fastint6_inline2_json.tar.gzhttps://bugs.python.org/file45150/fastint6_inline2_json.tar.gz
PR 22481https://github.com/python/cpython/pull/22481
msg222731https://bugs.python.org/issue21955#msg222731
(view)https://bugs.python.org/msg222731
#10044https://bugs.python.org/issue10044
msg222804https://bugs.python.org/issue21955#msg222804
(view)https://bugs.python.org/msg222804
msg222824https://bugs.python.org/issue21955#msg222824
(view)https://bugs.python.org/msg222824
issue10044https://bugs.python.org/issue10044
msg222829https://bugs.python.org/issue21955#msg222829
(view)https://bugs.python.org/msg222829
issue10044https://bugs.python.org/issue10044
#10044https://bugs.python.org/issue10044
msg222830https://bugs.python.org/issue21955#msg222830
(view)https://bugs.python.org/msg222830
msg222985https://bugs.python.org/issue21955#msg222985
(view)https://bugs.python.org/msg222985
msg223162https://bugs.python.org/issue21955#msg223162
(view)https://bugs.python.org/msg223162
msg223177https://bugs.python.org/issue21955#msg223177
(view)https://bugs.python.org/msg223177
msg223180https://bugs.python.org/issue21955#msg223180
(view)https://bugs.python.org/msg223180
PEP 393https://www.python.org/dev/peps/pep-0393/
msg223186https://bugs.python.org/issue21955#msg223186
(view)https://bugs.python.org/msg223186
issue21988https://bugs.python.org/issue21988
msg223214https://bugs.python.org/issue21955#msg223214
(view)https://bugs.python.org/msg223214
msg223623https://bugs.python.org/issue21955#msg223623
(view)https://bugs.python.org/msg223623
msg223711https://bugs.python.org/issue21955#msg223711
(view)https://bugs.python.org/msg223711
http://hg.python.org/benchmarkshttp://hg.python.org/benchmarks
msg223726https://bugs.python.org/issue21955#msg223726
(view)https://bugs.python.org/msg223726
msg238437https://bugs.python.org/issue21955#msg238437
(view)https://bugs.python.org/msg238437
msg238455https://bugs.python.org/issue21955#msg238455
(view)https://bugs.python.org/msg238455
msg258057https://bugs.python.org/issue21955#msg258057
(view)https://bugs.python.org/msg258057
msg258060https://bugs.python.org/issue21955#msg258060
(view)https://bugs.python.org/msg258060
msg258062https://bugs.python.org/issue21955#msg258062
(view)https://bugs.python.org/msg258062
msg259417https://bugs.python.org/issue21955#msg259417
(view)https://bugs.python.org/msg259417
msg259428https://bugs.python.org/issue21955#msg259428
(view)https://bugs.python.org/msg259428
msg259429https://bugs.python.org/issue21955#msg259429
(view)https://bugs.python.org/msg259429
msg259431https://bugs.python.org/issue21955#msg259431
(view)https://bugs.python.org/msg259431
msg259490https://bugs.python.org/issue21955#msg259490
(view)https://bugs.python.org/msg259490
msg259491https://bugs.python.org/issue21955#msg259491
(view)https://bugs.python.org/msg259491
msg259493https://bugs.python.org/issue21955#msg259493
(view)https://bugs.python.org/msg259493
msg259494https://bugs.python.org/issue21955#msg259494
(view)https://bugs.python.org/msg259494
msg259495https://bugs.python.org/issue21955#msg259495
(view)https://bugs.python.org/msg259495
msg259496https://bugs.python.org/issue21955#msg259496
(view)https://bugs.python.org/msg259496
http://bugs.python.org/issue26275http://bugs.python.org/issue26275
msg259497https://bugs.python.org/issue21955#msg259497
(view)https://bugs.python.org/msg259497
msg259499https://bugs.python.org/issue21955#msg259499
(view)https://bugs.python.org/msg259499
msg259500https://bugs.python.org/issue21955#msg259500
(view)https://bugs.python.org/msg259500
msg259502https://bugs.python.org/issue21955#msg259502
(view)https://bugs.python.org/msg259502
msg259503https://bugs.python.org/issue21955#msg259503
(view)https://bugs.python.org/msg259503
msg259505https://bugs.python.org/issue21955#msg259505
(view)https://bugs.python.org/msg259505
msg259506https://bugs.python.org/issue21955#msg259506
(view)https://bugs.python.org/msg259506
msg259508https://bugs.python.org/issue21955#msg259508
(view)https://bugs.python.org/msg259508
msg259509https://bugs.python.org/issue21955#msg259509
(view)https://bugs.python.org/msg259509
msg259530https://bugs.python.org/issue21955#msg259530
(view)https://bugs.python.org/msg259530
https://github.com/1st1/cpython/blob/fastint2/Python/ceval.c#L5390https://github.com/1st1/cpython/blob/fastint2/Python/ceval.c#L5390
msg259540https://bugs.python.org/issue21955#msg259540
(view)https://bugs.python.org/msg259540
https://github.com/1st1/cpython/blob/fastint2/Python/ceval.c#L5390https://github.com/1st1/cpython/blob/fastint2/Python/ceval.c#L5390
msg259541https://bugs.python.org/issue21955#msg259541
(view)https://bugs.python.org/msg259541
msg259542https://bugs.python.org/issue21955#msg259542
(view)https://bugs.python.org/msg259542
msg259545https://bugs.python.org/issue21955#msg259545
(view)https://bugs.python.org/msg259545
msg259549https://bugs.python.org/issue21955#msg259549
(view)https://bugs.python.org/msg259549
msg259552https://bugs.python.org/issue21955#msg259552
(view)https://bugs.python.org/msg259552
msg259554https://bugs.python.org/issue21955#msg259554
(view)https://bugs.python.org/msg259554
msg259560https://bugs.python.org/issue21955#msg259560
(view)https://bugs.python.org/msg259560
msg259562https://bugs.python.org/issue21955#msg259562
(view)https://bugs.python.org/msg259562
msg259563https://bugs.python.org/issue21955#msg259563
(view)https://bugs.python.org/msg259563
msg259564https://bugs.python.org/issue21955#msg259564
(view)https://bugs.python.org/msg259564
msg259565https://bugs.python.org/issue21955#msg259565
(view)https://bugs.python.org/msg259565
msg259567https://bugs.python.org/issue21955#msg259567
(view)https://bugs.python.org/msg259567
msg259568https://bugs.python.org/issue21955#msg259568
(view)https://bugs.python.org/msg259568
msg259571https://bugs.python.org/issue21955#msg259571
(view)https://bugs.python.org/msg259571
Modules/_decimal/tests/bench.pyhttps://github.com/python/cpython/blob/master/Modules/_decimal/tests/bench.py
msg259573https://bugs.python.org/issue21955#msg259573
(view)https://bugs.python.org/msg259573
Modules/_decimal/tests/bench.pyhttps://github.com/python/cpython/blob/master/Modules/_decimal/tests/bench.py
msg259574https://bugs.python.org/issue21955#msg259574
(view)https://bugs.python.org/msg259574
Modules/_decimal/tests/bench.pyhttps://github.com/python/cpython/blob/master/Modules/_decimal/tests/bench.py
msg259577https://bugs.python.org/issue21955#msg259577
(view)https://bugs.python.org/msg259577
msg259578https://bugs.python.org/issue21955#msg259578
(view)https://bugs.python.org/msg259578
msg259601https://bugs.python.org/issue21955#msg259601
(view)https://bugs.python.org/msg259601
msg259605https://bugs.python.org/issue21955#msg259605
(view)https://bugs.python.org/msg259605
msg259607https://bugs.python.org/issue21955#msg259607
(view)https://bugs.python.org/msg259607
msg259612https://bugs.python.org/issue21955#msg259612
(view)https://bugs.python.org/msg259612
msg259614https://bugs.python.org/issue21955#msg259614
(view)https://bugs.python.org/msg259614
msg259626https://bugs.python.org/issue21955#msg259626
(view)https://bugs.python.org/msg259626
msg259663https://bugs.python.org/issue21955#msg259663
(view)https://bugs.python.org/msg259663
msg259664https://bugs.python.org/issue21955#msg259664
(view)https://bugs.python.org/msg259664
msg259666https://bugs.python.org/issue21955#msg259666
(view)https://bugs.python.org/msg259666
msg259667https://bugs.python.org/issue21955#msg259667
(view)https://bugs.python.org/msg259667
msg259668https://bugs.python.org/issue21955#msg259668
(view)https://bugs.python.org/msg259668
#26288https://bugs.python.org/issue26288
msg259669https://bugs.python.org/issue21955#msg259669
(view)https://bugs.python.org/msg259669
msg259670https://bugs.python.org/issue21955#msg259670
(view)https://bugs.python.org/msg259670
msg259671https://bugs.python.org/issue21955#msg259671
(view)https://bugs.python.org/msg259671
msg259672https://bugs.python.org/issue21955#msg259672
(view)https://bugs.python.org/msg259672
msg259673https://bugs.python.org/issue21955#msg259673
(view)https://bugs.python.org/msg259673
msg259675https://bugs.python.org/issue21955#msg259675
(view)https://bugs.python.org/msg259675
msg259678https://bugs.python.org/issue21955#msg259678
(view)https://bugs.python.org/msg259678
msg259695https://bugs.python.org/issue21955#msg259695
(view)https://bugs.python.org/msg259695
msg259702https://bugs.python.org/issue21955#msg259702
(view)https://bugs.python.org/msg259702
msg259706https://bugs.python.org/issue21955#msg259706
(view)https://bugs.python.org/msg259706
msg259707https://bugs.python.org/issue21955#msg259707
(view)https://bugs.python.org/msg259707
msg259712https://bugs.python.org/issue21955#msg259712
(view)https://bugs.python.org/msg259712
msg222985https://bugs.python.org/msg222985
#26280https://bugs.python.org/issue26280
msg259713https://bugs.python.org/issue21955#msg259713
(view)https://bugs.python.org/msg259713
msg223186https://bugs.python.org/msg223186
msg259714https://bugs.python.org/issue21955#msg259714
(view)https://bugs.python.org/msg259714
msg259722https://bugs.python.org/issue21955#msg259722
(view)https://bugs.python.org/msg259722
msg259729https://bugs.python.org/issue21955#msg259729
(view)https://bugs.python.org/msg259729
msg259730https://bugs.python.org/issue21955#msg259730
(view)https://bugs.python.org/msg259730
msg259733https://bugs.python.org/issue21955#msg259733
(view)https://bugs.python.org/msg259733
msg259734https://bugs.python.org/issue21955#msg259734
(view)https://bugs.python.org/msg259734
msg259743https://bugs.python.org/issue21955#msg259743
(view)https://bugs.python.org/msg259743
msg259790https://bugs.python.org/issue21955#msg259790
(view)https://bugs.python.org/msg259790
msg259791https://bugs.python.org/issue21955#msg259791
(view)https://bugs.python.org/msg259791
msg259792https://bugs.python.org/issue21955#msg259792
(view)https://bugs.python.org/msg259792
msg259793https://bugs.python.org/issue21955#msg259793
(view)https://bugs.python.org/msg259793
#26288https://bugs.python.org/issue26288
#26288https://bugs.python.org/issue26288
msg259800https://bugs.python.org/issue21955#msg259800
(view)https://bugs.python.org/msg259800
msg259801https://bugs.python.org/issue21955#msg259801
(view)https://bugs.python.org/msg259801
msg259804https://bugs.python.org/issue21955#msg259804
(view)https://bugs.python.org/msg259804
#26288https://bugs.python.org/issue26288
#26288https://bugs.python.org/issue26288
msg259832https://bugs.python.org/issue21955#msg259832
(view)https://bugs.python.org/msg259832
http://speed.pypy.org/http://speed.pypy.org/
msg259706https://bugs.python.org/msg259706
#26288https://bugs.python.org/issue26288
msg259859https://bugs.python.org/issue21955#msg259859
(view)https://bugs.python.org/msg259859
https://pypi.python.org/pypi/mpmathhttps://pypi.python.org/pypi/mpmath
msg259860https://bugs.python.org/issue21955#msg259860
(view)https://bugs.python.org/msg259860
msg259918https://bugs.python.org/issue21955#msg259918
(view)https://bugs.python.org/msg259918
msg259919https://bugs.python.org/issue21955#msg259919
(view)https://bugs.python.org/msg259919
msg259948https://bugs.python.org/issue21955#msg259948
(view)https://bugs.python.org/msg259948
msg259999https://bugs.python.org/issue21955#msg259999
(view)https://bugs.python.org/msg259999
http://haypo-notes.readthedocs.org/misc.html#reliable-micro-benchmarkshttp://haypo-notes.readthedocs.org/misc.html#reliable-micro-benchmarks
msg264018https://bugs.python.org/issue21955#msg264018
(view)https://bugs.python.org/msg264018
https://www.sba-research.org/wp-content/uploads/publications/sac10.pdfhttps://www.sba-research.org/wp-content/uploads/publications/sac10.pdf
#26219https://bugs.python.org/issue26219
msg264019https://bugs.python.org/issue21955#msg264019
(view)https://bugs.python.org/msg264019
#14757https://bugs.python.org/issue14757
msg279021https://bugs.python.org/issue21955#msg279021
(view)https://bugs.python.org/msg279021
554fb699af8chttps://hg.python.org/lookup/554fb699af8c
msg279022https://bugs.python.org/issue21955#msg279022
(view)https://bugs.python.org/msg279022
msg279023https://bugs.python.org/issue21955#msg279023
(view)https://bugs.python.org/msg279023
msg279026https://bugs.python.org/issue21955#msg279026
(view)https://bugs.python.org/msg279026
msg279027https://bugs.python.org/issue21955#msg279027
(view)https://bugs.python.org/msg279027
61fcb12a9873https://hg.python.org/lookup/61fcb12a9873
#21955https://bugs.python.org/issue21955
https://hg.python.org/cpython/rev/61fcb12a9873https://hg.python.org/cpython/rev/61fcb12a9873
msg377777https://bugs.python.org/issue21955#msg377777
(view)https://bugs.python.org/msg377777
bd0a08ea90e4c7a2ebf29697937e9786d4d8e5eehttps://hg.python.org/lookup/bd0a08ea90e4c7a2ebf29697937e9786d4d8e5ee
bpo-21955https://bugs.python.org/issue21955
GH-22481https://github.com/python/cpython/pull/22481
https://github.com/python/cpython/commit/bd0a08ea90e4c7a2ebf29697937e9786d4d8e5eehttps://github.com/python/cpython/commit/bd0a08ea90e4c7a2ebf29697937e9786d4d8e5ee
msg377777https://bugs.python.org/msg377777
pull_request21500https://bugs.python.org/pull_request21500
python-devhttps://bugs.python.org/user13902
msg279027https://bugs.python.org/msg279027
msg279026https://bugs.python.org/msg279026
fastint6_inline2_json.tar.gzhttps://bugs.python.org/file45150
msg279023https://bugs.python.org/msg279023
msg279022https://bugs.python.org/msg279022
msg279021https://bugs.python.org/msg279021
msg264019https://bugs.python.org/msg264019
msg264018https://bugs.python.org/msg264018
mpmath_bench.pyhttps://bugs.python.org/file41882
msg259999https://bugs.python.org/msg259999
msg259948https://bugs.python.org/msg259948
msg259919https://bugs.python.org/msg259919
msg259918https://bugs.python.org/msg259918
msg259860https://bugs.python.org/msg259860
msg259859https://bugs.python.org/msg259859
msg259832https://bugs.python.org/msg259832
fastint6.patchhttps://bugs.python.org/file41843
msg259804https://bugs.python.org/msg259804
msg259801https://bugs.python.org/msg259801
msg259800https://bugs.python.org/msg259800
msg259793https://bugs.python.org/msg259793
msg259792https://bugs.python.org/msg259792
msg259791https://bugs.python.org/msg259791
msg259790https://bugs.python.org/msg259790
msg259743https://bugs.python.org/msg259743
msg259734https://bugs.python.org/msg259734
msg259733https://bugs.python.org/msg259733
msg259730https://bugs.python.org/msg259730
msg259729https://bugs.python.org/msg259729
msg259722https://bugs.python.org/msg259722
msg259714https://bugs.python.org/msg259714
msg259713https://bugs.python.org/msg259713
msg259712https://bugs.python.org/msg259712
msg259707https://bugs.python.org/msg259707
inline-2.patchhttps://bugs.python.org/file41832
msg259706https://bugs.python.org/msg259706
fastint5_4.patchhttps://bugs.python.org/file41831
fastint5_3.patchhttps://bugs.python.org/file41830
fastint5_2.patchhttps://bugs.python.org/file41829
msg259702https://bugs.python.org/msg259702
msg259695https://bugs.python.org/msg259695
msg259678https://bugs.python.org/msg259678
msg259675https://bugs.python.org/msg259675
msg259673https://bugs.python.org/msg259673
msg259672https://bugs.python.org/msg259672
msg259671https://bugs.python.org/msg259671
msg259670https://bugs.python.org/msg259670
compare_to.txthttps://bugs.python.org/file41823
compare.txthttps://bugs.python.org/file41822
bench_long2.pyhttps://bugs.python.org/file41821
msg259669https://bugs.python.org/msg259669
msg259668https://bugs.python.org/msg259668
msg259667https://bugs.python.org/msg259667
msg259666https://bugs.python.org/msg259666
msg259664https://bugs.python.org/msg259664
msg259663https://bugs.python.org/msg259663
fastint5.patchhttps://bugs.python.org/file41815
msg259626https://bugs.python.org/msg259626
msg259614https://bugs.python.org/msg259614
fastint4.patchhttps://bugs.python.org/file41811
msg259612https://bugs.python.org/msg259612
msg259607https://bugs.python.org/msg259607
msg259605https://bugs.python.org/msg259605
msg259601https://bugs.python.org/msg259601
msg259578https://bugs.python.org/msg259578
msg259577https://bugs.python.org/msg259577
fastintfloat_alt.patchhttps://bugs.python.org/file41807
msg259574https://bugs.python.org/msg259574
msg259573https://bugs.python.org/msg259573
skrahhttps://bugs.python.org/user11089
msg259571https://bugs.python.org/msg259571
Yury.Selivanovhttps://bugs.python.org/user12874
msg259568https://bugs.python.org/msg259568
msg259567https://bugs.python.org/msg259567
msg259565https://bugs.python.org/msg259565
msg259564https://bugs.python.org/msg259564
msg259563https://bugs.python.org/msg259563
msg259562https://bugs.python.org/msg259562
msg259560https://bugs.python.org/msg259560
fastint_alt.patchhttps://bugs.python.org/file41801
msg259554https://bugs.python.org/msg259554
msg259552https://bugs.python.org/msg259552
msg259549https://bugs.python.org/msg259549
msg259545https://bugs.python.org/msg259545
msg259542https://bugs.python.org/msg259542
msg259541https://bugs.python.org/msg259541
msg259540https://bugs.python.org/msg259540
fastint2.patchhttps://bugs.python.org/file41799
msg259530https://bugs.python.org/msg259530
msg259509https://bugs.python.org/msg259509
msg259508https://bugs.python.org/msg259508
msg259506https://bugs.python.org/msg259506
msg259505https://bugs.python.org/msg259505
msg259503https://bugs.python.org/msg259503
msg259502https://bugs.python.org/msg259502
lemburghttps://bugs.python.org/user4
msg259500https://bugs.python.org/msg259500
msg259499https://bugs.python.org/msg259499
msg259497https://bugs.python.org/msg259497
msg259496https://bugs.python.org/msg259496
msg259495https://bugs.python.org/msg259495
msg259494https://bugs.python.org/msg259494
msg259493https://bugs.python.org/msg259493
fastint1.patchhttps://bugs.python.org/file41796
msg259491https://bugs.python.org/msg259491
bench_results.txthttps://bugs.python.org/file41795
msg259490https://bugs.python.org/msg259490
msg259431https://bugs.python.org/msg259431
msg259429https://bugs.python.org/msg259429
msg259428https://bugs.python.org/msg259428
msg259417https://bugs.python.org/msg259417
yselivanovhttps://bugs.python.org/user16198
msg258062https://bugs.python.org/msg258062
yselivanovhttps://bugs.python.org/user16198
msg258060https://bugs.python.org/msg258060
msg258057https://bugs.python.org/msg258057
msg238455https://bugs.python.org/msg238455
msg238437https://bugs.python.org/msg238437
msg223726https://bugs.python.org/msg223726
pitrouhttps://bugs.python.org/user2040
msg223711https://bugs.python.org/msg223711
21955_2.patchhttps://bugs.python.org/file36021
msg223623https://bugs.python.org/msg223623
casevhhttps://bugs.python.org/user2774
msg223214https://bugs.python.org/msg223214
msg223186https://bugs.python.org/msg223186
msg223180https://bugs.python.org/msg223180
msg223179https://bugs.python.org/msg223179
inline.patchhttps://bugs.python.org/file35965
bench_long.pyhttps://bugs.python.org/file35964
msg223179https://bugs.python.org/msg223179
msg223177https://bugs.python.org/msg223177
21955.patchhttps://bugs.python.org/file35961
zbyrnehttps://bugs.python.org/user19873
msg223162https://bugs.python.org/msg223162
patchhttps://bugs.python.org/keyword2
rhettingerhttps://bugs.python.org/user114
msg222985https://bugs.python.org/msg222985
msg222830https://bugs.python.org/msg222830
msg222829https://bugs.python.org/msg222829
serhiy.storchakahttps://bugs.python.org/user15623
msg222824https://bugs.python.org/msg222824
josh.rhttps://bugs.python.org/user19135
msg222804https://bugs.python.org/msg222804
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.