This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janixia
Recipients
Date 2003-10-06.23:02:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=877914

I'm inclined to go with Shane's suggested solution of 
reference counting when file access is in progress. It requires 
no synchronisation (increment, decrement and check are 
outside global lock release) and should have the smallest 
performance impact.

I don't think the FILE * extraction problem can be solved at 
all. Once the horse it out of the barn... However, for 
the "standard" case Shane's suggestion provides a neat and 
clean solution for the problem.

If the community can agree on this solution, I could be talked 
into implementing it.
History
Date User Action Args
2007-08-23 14:17:21adminlinkissue815646 messages
2007-08-23 14:17:21admincreate