Re: A word from the author

Feb. 4, 2001
5:43 p.m.
If I understand your concern correctly, you are worried that somebody uses your allocator without holding the interpreter lock. I think it is *extremely* unlikely that a module author will use any Py* function or macro while not holding the lock. I've analyzed a few freely-available extension modules in this respect, and found no occurence of such code. The right way is to document that restriction, both in NEWS and in the C API documentation, and accept the unlikely chance of breaking something. Regards, Martin
8808
Age (days ago)
8808
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin v. Loewis