[Python-3000] Kill GIL?
"Martin v. Löwis"
martin at v.loewis.de
Wed Sep 20 08:02:30 CEST 2006
Calvin Spealman schrieb:
>> The challenge with that is "global" (i.e. across-interpreter) objects.
>> There are several of these: the obvious singletons (None, True, False),
>> the non-obvious singletons ((), -2..100 or so), and the extension module
>> globals (types, and in particular exceptions).
>>
>> Do you want them still to be global, or per-interpreter?
>>
>> Regards,
>> Martin
>
> It is one fixable problem among many, but fixable none-the-less.
[...]
Your message didn't really answer the question, did it?
Regards,
Martin
More information about the Python-3000
mailing list