This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Demo 'ss1.py' crash in python3
Type: crash Stage: resolved
Components: Demos and Tools Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: iwontbecreative, python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2013-07-14 10:05 by iwontbecreative, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_3_change.patch iwontbecreative, 2013-07-14 10:05 Replace sys.maxint with sys.maxsize review
Messages (4)
msg193045 - (view) Author: Févry Thibault (iwontbecreative) * Date: 2013-07-14 10:05
Run the demo. Click one of the columns or the rows. It does not select the colum/row accordingly and outputs an error log to command line.
msg193064 - (view) Author: Févry Thibault (iwontbecreative) * Date: 2013-07-14 19:16
Depending on what's the policy (is this documented somewhere ? Should we try to enhance them or not ?) for demo files, I might add the possibility to change the default number of line/columns. Needing some guidance here.
msg193083 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-07-15 09:40
New changeset a7b5e9ca8eee by Serhiy Storchaka in branch '3.3':
Issue #18449: Make Tools/demo/ss1.py work again on Python 3.  Patch by
http://hg.python.org/cpython/rev/a7b5e9ca8eee

New changeset 34333dab3ac4 by Serhiy Storchaka in branch 'default':
Issue #18449: Make Tools/demo/ss1.py work again on Python 3.  Patch by
http://hg.python.org/cpython/rev/34333dab3ac4
msg193084 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-07-15 09:40
Thank you for your report and patch.
History
Date User Action Args
2022-04-11 14:57:48adminsetgithub: 62649
2013-07-15 09:40:59serhiy.storchakasetstatus: open -> closed

assignee: serhiy.storchaka
versions: + Python 3.3
nosy: + serhiy.storchaka

messages: + msg193084
resolution: fixed
stage: resolved
2013-07-15 09:40:03python-devsetnosy: + python-dev
messages: + msg193083
2013-07-14 19:16:26iwontbecreativesetmessages: + msg193064
versions: + Python 3.4
2013-07-14 10:05:17iwontbecreativecreate