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.
Created on 2012年11月17日 15:52 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg175757 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年11月17日 15:52 | |
Looks like Georg added the flag in 2010 after Python 2.7 was already out, so this doesn't need to be backported. The possible values are: -1 : optimization level the interpreter is already executing with 0 : no optimization 1 : -O 2 : -OO |
|||
| msg175759 - (view) | Author: Kushal Das (kushal.das) * (Python committer) | Date: 2012年11月17日 15:54 | |
I will submit a patch if no one is working on it. |
|||
| msg175879 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年11月18日 15:23 | |
No one else is working on it. |
|||
| msg175951 - (view) | Author: Kushal Das (kushal.das) * (Python committer) | Date: 2012年11月19日 09:16 | |
I guess somebody already did the work http://docs.python.org/3.4/library/functions.html?highlight=compile#compile ? |
|||
| msg175952 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年11月19日 09:27 | |
Looks like Georg did: 713c6b6ca5ce. The documentation is missing on 2.7, but AFAICT that's because the arg is only in 3.2+. Brett, if you meant that this should be documented somewhere else, feel free to reopen the issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:38 | admin | set | github: 60697 |
| 2012年11月26日 17:11:24 | jcea | set | nosy:
+ jcea |
| 2012年11月19日 09:27:42 | ezio.melotti | set | status: open -> closed resolution: out of date messages: + msg175952 stage: needs patch -> resolved |
| 2012年11月19日 09:16:15 | kushal.das | set | messages: + msg175951 |
| 2012年11月18日 19:26:29 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement |
| 2012年11月18日 15:37:59 | eric.araujo | set | nosy:
+ eric.araujo |
| 2012年11月18日 15:23:41 | brett.cannon | set | messages: + msg175879 |
| 2012年11月18日 15:23:10 | brett.cannon | unlink | issue15627 dependencies |
| 2012年11月17日 15:54:57 | brett.cannon | link | issue15627 dependencies |
| 2012年11月17日 15:54:47 | kushal.das | set | nosy:
+ kushal.das messages: + msg175759 |
| 2012年11月17日 15:52:47 | brett.cannon | create | |