René's URL Explorer Experiment


Title: Issue 29469: AST-level Constant folding - Python tracker

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/73655 https://github.com/python/cpython/issues/73655
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
29463https://bugs.python.org/issue29463
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
ast-constant-folding.patchhttps://bugs.python.org/file46555/ast-constant-folding.patch
reviewhttps://bugs.python.org/review/29469/#ps19940
PR 2858https://github.com/python/cpython/pull/2858
PR 4863https://github.com/python/cpython/pull/4863
PR 4866https://github.com/python/cpython/pull/4866
PR 4879https://github.com/python/cpython/pull/4879
msg287186https://bugs.python.org/issue29469#msg287186
(view)https://bugs.python.org/msg287186
#11549https://bugs.python.org/issue11549
msg287210https://bugs.python.org/issue29469#msg287210
(view)https://bugs.python.org/msg287210
https://github.com/haypo/fatoptimizer/blob/master/fatoptimizer/const_fold.pyhttps://github.com/haypo/fatoptimizer/blob/master/fatoptimizer/const_fold.py
https://github.com/haypo/fatoptimizer/blob/master/test_fatoptimizer.py#L1980https://github.com/haypo/fatoptimizer/blob/master/test_fatoptimizer.py#L1980
msg287214https://bugs.python.org/issue29469#msg287214
(view)https://bugs.python.org/msg287214
msg287227https://bugs.python.org/issue29469#msg287227
(view)https://bugs.python.org/msg287227
https://github.com/pypa/pip/blob/403e398330c8e841e4633aceda859430f5f7b913/pip/_vendor/distlib/markers.pyhttps://github.com/pypa/pip/blob/403e398330c8e841e4633aceda859430f5f7b913/pip/_vendor/distlib/markers.py
#11549https://bugs.python.org/issue11549
https://github.com/python/cpython/commit/9cea398e237d4d75c6012e23a33d01b17f5dffcchttps://github.com/python/cpython/commit/9cea398e237d4d75c6012e23a33d01b17f5dffcc
msg297596https://bugs.python.org/issue29469#msg297596
(view)https://bugs.python.org/msg297596
msg297599https://bugs.python.org/issue29469#msg297599
(view)https://bugs.python.org/msg297599
msg308277https://bugs.python.org/issue29469#msg308277
(view)https://bugs.python.org/msg308277
7ea143ae795a9fd57eaccf490d316bdc13ee9065https://hg.python.org/lookup/7ea143ae795a9fd57eaccf490d316bdc13ee9065
bpo-29469https://bugs.python.org/issue29469
GH-2858https://github.com/python/cpython/pull/2858
https://github.com/python/cpython/commit/7ea143ae795a9fd57eaccf490d316bdc13ee9065https://github.com/python/cpython/commit/7ea143ae795a9fd57eaccf490d316bdc13ee9065
msg308283https://bugs.python.org/issue29469#msg308283
(view)https://bugs.python.org/msg308283
msg308296https://bugs.python.org/issue29469#msg308296
(view)https://bugs.python.org/msg308296
eadad1b97f64619bfd246b9d3b60d25f456e0592https://hg.python.org/lookup/eadad1b97f64619bfd246b9d3b60d25f456e0592
bpo-29469https://bugs.python.org/issue29469
GH-4863https://github.com/python/cpython/pull/4863
https://github.com/python/cpython/commit/eadad1b97f64619bfd246b9d3b60d25f456e0592https://github.com/python/cpython/commit/eadad1b97f64619bfd246b9d3b60d25f456e0592
msg308300https://bugs.python.org/issue29469#msg308300
(view)https://bugs.python.org/msg308300
bpo-26549https://bugs.python.org/issue26549
msg308322https://bugs.python.org/issue29469#msg308322
(view)https://bugs.python.org/msg308322
PR 4866https://github.com/python/cpython/pull/4866
msg308327https://bugs.python.org/issue29469#msg308327
(view)https://bugs.python.org/msg308327
15a8728415e765f57e37f431f09e5c5821a04063https://hg.python.org/lookup/15a8728415e765f57e37f431f09e5c5821a04063
bpo-29469https://bugs.python.org/issue29469
#4866https://bugs.python.org/issue4866
https://github.com/python/cpython/commit/15a8728415e765f57e37f431f09e5c5821a04063https://github.com/python/cpython/commit/15a8728415e765f57e37f431f09e5c5821a04063
msg308369https://bugs.python.org/issue29469#msg308369
(view)https://bugs.python.org/msg308369
GH-4879https://github.com/python/cpython/pull/4879
msg308519https://bugs.python.org/issue29469#msg308519
(view)https://bugs.python.org/msg308519
87010e85cb37192d63b1a30e5fabba307ad5a3f5https://hg.python.org/lookup/87010e85cb37192d63b1a30e5fabba307ad5a3f5
bpo-29469https://bugs.python.org/issue29469
GH-4879https://github.com/python/cpython/pull/4879
https://github.com/python/cpython/commit/87010e85cb37192d63b1a30e5fabba307ad5a3f5https://github.com/python/cpython/commit/87010e85cb37192d63b1a30e5fabba307ad5a3f5
msg308519https://bugs.python.org/msg308519
msg308369https://bugs.python.org/msg308369
pull_request4773https://bugs.python.org/pull_request4773
msg308327https://bugs.python.org/msg308327
msg308322https://bugs.python.org/msg308322
pull_request4757https://bugs.python.org/pull_request4757
msg308300https://bugs.python.org/msg308300
msg308296https://bugs.python.org/msg308296
issue1346238 supersederhttps://bugs.python.org/issue1346238
pull_request4753https://bugs.python.org/pull_request4753
rhettingerhttps://bugs.python.org/user114
msg308283https://bugs.python.org/msg308283
issue26549 supersederhttps://bugs.python.org/issue26549
issue28813 supersederhttps://bugs.python.org/issue28813
msg308277https://bugs.python.org/msg308277
pull_request2909https://bugs.python.org/pull_request2909
msg297599https://bugs.python.org/msg297599
msg297596https://bugs.python.org/msg297596
msg287227https://bugs.python.org/msg287227
brett.cannonhttps://bugs.python.org/user37
georg.brandlhttps://bugs.python.org/user93
ncoghlanhttps://bugs.python.org/user1309
benjamin.petersonhttps://bugs.python.org/user4455
serhiy.storchakahttps://bugs.python.org/user15623
yselivanovhttps://bugs.python.org/user16198
msg287214https://bugs.python.org/msg287214
vstinnerhttps://bugs.python.org/user2377
msg287210https://bugs.python.org/msg287210
Add `docstring` field to AST nodeshttps://bugs.python.org/issue29463
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.