Message 131631 - Python tracker
Message131631
| Author | vstinner |
|---|---|
| Recipients | amaury.forgeotdarc, pitrou, terry.reedy, vstinner |
| Date | 2011-03-21.10:53:56 |
| SpamBayes Score | 0.0042313486 |
| Marked as misclassified | No |
| Message-id | <1300704837.08.0.689272044624.issue11619@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
open_exclusive() was created by: changeset: 14708:89b2aee43e0b branch: legacy-trunk user: Guido van Rossum <guido@python.org> date: Wed Sep 20 20:31:38 2000 +0000 files: Python/import.c description: On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-21 10:53:57 | vstinner | set | recipients: + vstinner, terry.reedy, amaury.forgeotdarc, pitrou |
| 2011-03-21 10:53:57 | vstinner | set | messageid: <1300704837.08.0.689272044624.issue11619@psf.upfronthosting.co.za> |
| 2011-03-21 10:53:56 | vstinner | link | issue11619 messages |
| 2011-03-21 10:53:56 | vstinner | create | |