René's URL Explorer Experiment


Title: Issue 3242: Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned - 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/47492 https://github.com/python/cpython/issues/47492
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
crash5.pyhttps://bugs.python.org/file10782/crash5.py
print.patchhttps://bugs.python.org/file10788/print.patch
msg68993https://bugs.python.org/issue3242#msg68993
(view)https://bugs.python.org/msg68993
Objects/frameobject.c:417https://github.com/python/cpython/blob/master/Objects/frameobject.c#L417
Objects/frameobject.c:425https://github.com/python/cpython/blob/master/Objects/frameobject.c#L425
Objects/frameobject.c:425https://github.com/python/cpython/blob/master/Objects/frameobject.c#L425
Objects/object.c:2223https://github.com/python/cpython/blob/master/Objects/object.c#L2223
Python/errors.c:239https://github.com/python/cpython/blob/master/Python/errors.c#L239
Objects/fileobject.c:2141https://github.com/python/cpython/blob/master/Objects/fileobject.c#L2141
Python/ceval.c:1622https://github.com/python/cpython/blob/master/Python/ceval.c#L1622
Python/ceval.c:2880https://github.com/python/cpython/blob/master/Python/ceval.c#L2880
Python/ceval.c:495https://github.com/python/cpython/blob/master/Python/ceval.c#L495
Python/pythonrun.c:1300https://github.com/python/cpython/blob/master/Python/pythonrun.c#L1300
Python/pythonrun.c:896https://github.com/python/cpython/blob/master/Python/pythonrun.c#L896
Modules/main.c:575https://github.com/python/cpython/blob/master/Modules/main.c#L575
msg68994https://bugs.python.org/issue3242#msg68994
(view)https://bugs.python.org/msg68994
msg69029https://bugs.python.org/issue3242#msg69029
(view)https://bugs.python.org/msg69029
msg69030https://bugs.python.org/issue3242#msg69030
(view)https://bugs.python.org/msg69030
msg69036https://bugs.python.org/issue3242#msg69036
(view)https://bugs.python.org/msg69036
Objects/frameobject.c:416https://github.com/python/cpython/blob/master/Objects/frameobject.c#L416
Objects/frameobject.c:424https://github.com/python/cpython/blob/master/Objects/frameobject.c#L424
Objects/frameobject.c:424https://github.com/python/cpython/blob/master/Objects/frameobject.c#L424
Objects/object.c:2136https://github.com/python/cpython/blob/master/Objects/object.c#L2136
Python/errors.c:231https://github.com/python/cpython/blob/master/Python/errors.c#L231
Objects/fileobject.c:2127https://github.com/python/cpython/blob/master/Objects/fileobject.c#L2127
Python/ceval.c:1608https://github.com/python/cpython/blob/master/Python/ceval.c#L1608
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
Python/ceval.c:494https://github.com/python/cpython/blob/master/Python/ceval.c#L494
Python/pythonrun.c:1273https://github.com/python/cpython/blob/master/Python/pythonrun.c#L1273
Python/pythonrun.c:879https://github.com/python/cpython/blob/master/Python/pythonrun.c#L879
Modules/main.c:523https://github.com/python/cpython/blob/master/Modules/main.c#L523
Objects/frameobject.c:416https://github.com/python/cpython/blob/master/Objects/frameobject.c#L416
Objects/fileobject.c:2127https://github.com/python/cpython/blob/master/Objects/fileobject.c#L2127
Python/ceval.c:1608https://github.com/python/cpython/blob/master/Python/ceval.c#L1608
Python/ceval.c:2571https://github.com/python/cpython/blob/master/Python/ceval.c#L2571
Python/ceval.c:2571https://github.com/python/cpython/blob/master/Python/ceval.c#L2571
Objects/funcobject.c:548https://github.com/python/cpython/blob/master/Objects/funcobject.c#L548
Objects/abstract.c:1795https://github.com/python/cpython/blob/master/Objects/abstract.c#L1795
Objects/typeobject.c:4607https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4607
Python/ceval.c:1957https://github.com/python/cpython/blob/master/Python/ceval.c#L1957
Python/ceval.c:2741https://github.com/python/cpython/blob/master/Python/ceval.c#L2741
Objects/funcobject.c:548https://github.com/python/cpython/blob/master/Objects/funcobject.c#L548
Objects/abstract.c:1795https://github.com/python/cpython/blob/master/Objects/abstract.c#L1795
Objects/typeobject.c:4607https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4607
Python/ceval.c:1957https://github.com/python/cpython/blob/master/Python/ceval.c#L1957
Python/ceval.c:2741https://github.com/python/cpython/blob/master/Python/ceval.c#L2741
Objects/funcobject.c:548https://github.com/python/cpython/blob/master/Objects/funcobject.c#L548
Objects/abstract.c:1795https://github.com/python/cpython/blob/master/Objects/abstract.c#L1795
Objects/typeobject.c:4607https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4607
Objects/object.c:1031https://github.com/python/cpython/blob/master/Objects/object.c#L1031
Objects/fileobject.c:1994https://github.com/python/cpython/blob/master/Objects/fileobject.c#L1994
Python/ceval.c:1584https://github.com/python/cpython/blob/master/Python/ceval.c#L1584
Python/ceval.c:2741https://github.com/python/cpython/blob/master/Python/ceval.c#L2741
Python/ceval.c:484https://github.com/python/cpython/blob/master/Python/ceval.c#L484
Python/pythonrun.c:1287https://github.com/python/cpython/blob/master/Python/pythonrun.c#L1287
Python/pythonrun.c:871https://github.com/python/cpython/blob/master/Python/pythonrun.c#L871
Modules/main.c:493https://github.com/python/cpython/blob/master/Modules/main.c#L493
Modules/python.c:23https://github.com/python/cpython/blob/master/Modules/python.c#L23
msg69038https://bugs.python.org/issue3242#msg69038
(view)https://bugs.python.org/msg69038
Objects/object.c:1126https://github.com/python/cpython/blob/master/Objects/object.c#L1126
Objects/object.c:1126https://github.com/python/cpython/blob/master/Objects/object.c#L1126
Python/ceval.c:1990https://github.com/python/cpython/blob/master/Python/ceval.c#L1990
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
Objects/funcobject.c:517https://github.com/python/cpython/blob/master/Objects/funcobject.c#L517
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
Python/ceval.c:1990https://github.com/python/cpython/blob/master/Python/ceval.c#L1990
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
Objects/funcobject.c:517https://github.com/python/cpython/blob/master/Objects/funcobject.c#L517
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
Python/ceval.c:1990https://github.com/python/cpython/blob/master/Python/ceval.c#L1990
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
Objects/funcobject.c:517https://github.com/python/cpython/blob/master/Objects/funcobject.c#L517
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
Python/ceval.c:1990https://github.com/python/cpython/blob/master/Python/ceval.c#L1990
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
Objects/funcobject.c:517https://github.com/python/cpython/blob/master/Objects/funcobject.c#L517
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
#1554https://bugs.python.org/issue1554
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
#1555https://bugs.python.org/issue1555
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
#1556https://bugs.python.org/issue1556
Python/ceval.c:1990https://github.com/python/cpython/blob/master/Python/ceval.c#L1990
#1557https://bugs.python.org/issue1557
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
#1558https://bugs.python.org/issue1558
Objects/funcobject.c:517https://github.com/python/cpython/blob/master/Objects/funcobject.c#L517
#1559https://bugs.python.org/issue1559
Objects/abstract.c:1861https://github.com/python/cpython/blob/master/Objects/abstract.c#L1861
#1560https://bugs.python.org/issue1560
Objects/typeobject.c:4775https://github.com/python/cpython/blob/master/Objects/typeobject.c#L4775
#1561https://bugs.python.org/issue1561
Objects/object.c:1069https://github.com/python/cpython/blob/master/Objects/object.c#L1069
#1562https://bugs.python.org/issue1562
Objects/fileobject.c:2125https://github.com/python/cpython/blob/master/Objects/fileobject.c#L2125
#1563https://bugs.python.org/issue1563
Python/ceval.c:1608https://github.com/python/cpython/blob/master/Python/ceval.c#L1608
#1564https://bugs.python.org/issue1564
Python/ceval.c:2836https://github.com/python/cpython/blob/master/Python/ceval.c#L2836
#1565https://bugs.python.org/issue1565
Python/ceval.c:494https://github.com/python/cpython/blob/master/Python/ceval.c#L494
#1566https://bugs.python.org/issue1566
Python/pythonrun.c:1273https://github.com/python/cpython/blob/master/Python/pythonrun.c#L1273
#1567https://bugs.python.org/issue1567
Python/pythonrun.c:879https://github.com/python/cpython/blob/master/Python/pythonrun.c#L879
#1568https://bugs.python.org/issue1568
Modules/main.c:523https://github.com/python/cpython/blob/master/Modules/main.c#L523
#1569https://bugs.python.org/issue1569
#1570https://bugs.python.org/issue1570
msg69040https://bugs.python.org/issue3242#msg69040
(view)https://bugs.python.org/msg69040
msg69050https://bugs.python.org/issue3242#msg69050
(view)https://bugs.python.org/msg69050
msg69076https://bugs.python.org/issue3242#msg69076
(view)https://bugs.python.org/msg69076
r64633https://hg.python.org/lookup/r64633
r64639https://hg.python.org/lookup/r64639
msg69076https://bugs.python.org/msg69076
msg69050https://bugs.python.org/msg69050
print.patchhttps://bugs.python.org/file10788
patchhttps://bugs.python.org/keyword2
msg69040https://bugs.python.org/msg69040
amaury.forgeotdarchttps://bugs.python.org/user1076
msg69038https://bugs.python.org/msg69038
msg69036https://bugs.python.org/msg69036
msg69030https://bugs.python.org/msg69030
benjamin.petersonhttps://bugs.python.org/user4455
msg69029https://bugs.python.org/msg69029
msg68994https://bugs.python.org/msg68994
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.