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 jackjansen
Recipients
Date 2004-08-14.20:03:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=45365

Paul,
I've always known that there were potential problems with some of the 
FSSpec calls when  you have no runloop, but you're the first one (in 
about 10 years:-) to actually give the impression you understand what 
goes on. While I don't think I can fix this in Python itself (adding a 
runloop is hardly an option) I could document what a user would have to 
do, and/or provide a helper method that would execute that code or 
something, but I would first need to know what it is you actually have to 
do in the runloop.

Do you happen to know this? And/or do you have references to the 
specific sections of Apple documentation where this is described?

BTW: does the problem alson happen if you go from filename to FSRef to 
FSSpec? And at which stage (fsr=FSRef(filename) or fss=FSSpec(fsr))? 
History
Date User Action Args
2008-01-20 09:57:05adminlinkissue1004810 messages
2008-01-20 09:57:05admincreate