[Patches] [ python-Patches-602191 ] single shared ticker

noreply@sourceforge.net noreply@sourceforge.net
Thu, 29 Aug 2002 21:15:40 -0700


Patches item #602191, was opened at 2002-08-29 21:01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=602191&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Skip Montanaro (montanaro)
Assigned to: Guido van Rossum (gvanrossum)
Summary: single shared ticker

Initial Comment:
Per discussion on python-dev, here's a patch that gets rid of the 
per-thread ticker, instead sharing a single one amongst all threads 
(and long ints).


----------------------------------------------------------------------

>Comment By: Skip Montanaro (montanaro)
Date: 2002-08-29 23:15

Message:
Logged In: YES 
user_id=44345

Here's an updated patch.  It creates two internal globals, _Py_Ticker and 
_Py_CheckInterval.  They are accessed from sysmodule.c, ceval.c and 
longobject.c


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=602191&group_id=5470