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 neologix
Recipients brett.cannon, neologix, pitrou, vstinner
Date 2011-10-31.17:05:50
SpamBayes Score 6.9406e-05
Marked as misclassified No
Message-id <1320080750.81.0.150936749898.issue13303@psf.upfronthosting.co.za>
In-reply-to
Content
> (it does sound a bit overkill to me :-))

Well, it depends on what we want:
- if having a stale bytecode file indefinitely is acceptable, then the '.tmp' suffix approach is OK
- if not, then we should use pseudo-random files

> If you go that way, you should also modify Python/import.c to use a
> similar logic.

I think I would use mkstemp(), but yes, that's the idea.

So, what do you think?
History
Date User Action Args
2011-10-31 17:05:50neologixsetrecipients: + neologix, brett.cannon, pitrou, vstinner
2011-10-31 17:05:50neologixsetmessageid: <1320080750.81.0.150936749898.issue13303@psf.upfronthosting.co.za>
2011-10-31 17:05:50neologixlinkissue13303 messages
2011-10-31 17:05:50neologixcreate