On Jan 15, 10:52 pm, "Justin C. Walker" <jus...@mac.com> wrote:
> On Jan 15, 2009, at 19:52 , William Stein wrote:
<SNIP>
Hi,
> If the temp files are truly temp files (i.e., not of interest when the
> process that creates them exits), then there are Python calls that
> help: the temp files can be created and unlinked, so that at exit,
> they vanish. In fact, they are not visible in the file system at all.
Do you mean this?
"os.tmpfile()
Return a new file object opened in update mode (w+b). The file has no
directory entries associated with it and will be automatically deleted
once there are no file descriptors for the file. Availability: Unix,
Windows"
I don't see how this will work when I run "kill -9 $SOME_PID"
> Justin
Cheers,
Michael
> --
> Justin C. Walker, Curmudgeon-At-Large
> Institute for the Absorption of Federal Funds
> --------
> If you're not confused,
> You're not paying attention
> --------
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---