Message163834
| Author |
brett.cannon |
| Recipients |
brett.cannon |
| Date |
2012年06月24日.19:59:15 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1340567956.17.0.18413889062.issue15169@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年06月24日 19:59:16 | brett.cannon | set | recipients:
+ brett.cannon |
| 2012年06月24日 19:59:16 | brett.cannon | set | messageid: <1340567956.17.0.18413889062.issue15169@psf.upfronthosting.co.za> |
| 2012年06月24日 19:59:15 | brett.cannon | link | issue15169 messages |
| 2012年06月24日 19:59:15 | brett.cannon | create |
|