mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Merge in the new GIL.
This commit is contained in:
parent
434736a1a6
commit
074e5ed974
10 changed files with 522 additions and 73 deletions
|
|
@ -88,6 +88,8 @@ typedef struct _ts {
|
|||
|
||||
PyObject *dict; /* Stores per-thread state */
|
||||
|
||||
/* XXX doesn't mean anything anymore (the comment below is obsolete)
|
||||
=> deprecate or remove? */
|
||||
/* tick_counter is incremented whenever the check_interval ticker
|
||||
* reaches zero. The purpose is to give a useful measure of the number
|
||||
* of interpreted bytecode instructions in a given thread. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue