[Python-ideas] Ideas towards GIL removal (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Tue Apr 17 02:14:00 CEST 2007
- Previous message: [Python-ideas] Ideas towards GIL removal
- Next message: [Python-ideas] iter() on steroids
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jim Jewett wrote:
I have some vague memory (but couldn't find the references) that someone tried and it was too expensive.
Too expensive compared to what? The question isn't whether it's more expensive than the current scheme, but whether it helps when there's no GIL and you have to lock the object to update the refcount.
-- Greg
- Previous message: [Python-ideas] Ideas towards GIL removal
- Next message: [Python-ideas] iter() on steroids
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]