Message 118752 - Python tracker
Message118752
| Author | ncoghlan |
|---|---|
| Recipients | amaury.forgeotdarc, eric.araujo, loewis, ncoghlan, orsenthil, pitrou, vstinner |
| Date | 2010-10-15.09:04:28 |
| SpamBayes Score | 1.9536432e-07 |
| Marked as misclassified | No |
| Message-id | <1287133470.53.0.494495638585.issue10089@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I suggest using sys._xoptions to make it clearer that this is for CPython specific internal implementation runtime tweaks. We're putting it in sys so *we* can get at it, not applications. (It also makes it clear that other implementations aren't obliged to implement *any* particular interface to the -X options. Requiring that would go against the whole spirit of -X) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-15 09:04:30 | ncoghlan | set | recipients: + ncoghlan, loewis, amaury.forgeotdarc, orsenthil, pitrou, vstinner, eric.araujo |
| 2010-10-15 09:04:30 | ncoghlan | set | messageid: <1287133470.53.0.494495638585.issue10089@psf.upfronthosting.co.za> |
| 2010-10-15 09:04:28 | ncoghlan | link | issue10089 messages |
| 2010-10-15 09:04:28 | ncoghlan | create | |