Issue 1428264: Crash on invalid coding pragma (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/42878

classification

Title: Crash on invalid coding pragma
Type: Stage:
Components: Interpreter Core Versions: Python 2.4

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ocean-city
Priority: normal Keywords:

Created on 2006-02-09 12:07 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
crash.py ocean-city,2006-02-09 12:08
Messages (3)
msg27468 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2006-02-09 12:07
Hi. Attached script crashes my Python2.4.2. Note that "xxx" is not valid code name. I'm using Win2000SP4, downloaded python msi package from python.org. Thank you.
msg27469 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-09 12:13
Logged In: YES user_id=1188172 This is fixed in Subversion.
msg27470 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2006-02-09 12:29
Logged In: YES user_id=1200846 Thank you. I'll wait for next release. :-)
History
Date User Action Args
2022-04-11 14:56:15 admin set github: 42878
2006-02-09 12:07:26 ocean-city create