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年06月24日 19:59 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg163834 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年06月24日 19:59 | |
import.c:PyImport_ExecCodeModuleObject() is holding on to a ton of C code thanks to get_sourcefile(). Should have PyImport_ExecCodeModuleWithPathnames() use get_sourcefile() only. And then get_sourcefile() should get re-implemented in Python code. |
|||
| msg163836 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2012年06月24日 20:02 | |
I propose to defer this to 3.4. |
|||
| msg164019 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2012年06月25日 21:29 | |
The problem of deferring to 3.4 is that it will lock in semantics which are honestly weird and not desirable for PyImport_ExecCodeModuleObject() which is new in 3.3. |
|||
| msg165393 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年07月13日 17:57 | |
New changeset 9e164b404983 by Brett Cannon in branch 'default': Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use http://hg.python.org/cpython/rev/9e164b404983 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:32 | admin | set | nosy:
+ georg.brandl github: 59374 |
| 2012年07月13日 17:58:39 | brett.cannon | link | issue14599 dependencies |
| 2012年07月13日 17:58:30 | brett.cannon | set | status: open -> closed resolution: fixed |
| 2012年07月13日 17:57:11 | python-dev | set | nosy:
+ python-dev messages: + msg165393 |
| 2012年07月13日 15:37:25 | brett.cannon | set | assignee: brett.cannon |
| 2012年07月13日 15:32:42 | brett.cannon | set | priority: normal -> release blocker |
| 2012年06月25日 21:29:35 | brett.cannon | set | messages: + msg164019 |
| 2012年06月24日 20:02:12 | loewis | set | nosy:
+ loewis messages: + msg163836 |
| 2012年06月24日 19:59:15 | brett.cannon | create | |