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: "simplification" to ceval.c
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: mwh Nosy List: gvanrossum, mwh
Priority: normal Keywords: patch

Created on 2002-08-19 16:44 by mwh, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ceval-simple.diff mwh, 2002-08-19 16:44 patch #1
Messages (3)
msg40968 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-08-19 16:44
Here's a simple, yet subtle change to ceval.c, made
possible by my setlineno work.

Includes a comment block explaining why it works.

The main motivation is simplification -- I'm not
expecting any speed up (or slow down, or whatever).
msg40969 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2002-08-19 16:59
Logged In: YES 
user_id=6380

I don't follow this completely, but if it passes the test
suite, go ahead. :-)
msg40970 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-08-20 15:20
Logged In: YES 
user_id=6656

Checked in as revision 2.330 of ceval.c
History
Date User Action Args
2022-04-10 16:05:36adminsetgithub: 37055
2002-08-19 16:44:13mwhcreate