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.

Author tim.peters
Recipients
Date 2002-09-03.18:46:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

I get a 1.5% speedup on Win2K, baseline versus whatever 
this patch does.  Go for it,

Skip, as I said before,

"""
_Py_CheckInterval needn't be delcared volatile, BTW; i.e., 
take the "volatile" out of

+ PyAPI_DATA(volatile int) _Py_CheckInterval;
"""

The patch won't compile under MSVC6 unless this is done 
(as is, the declaration conflicts with the definition).
History
Date User Action Args
2007-08-23 15:15:01adminlinkissue602191 messages
2007-08-23 15:15:01admincreate