[New-bugs-announce] [issue15169] Clear C code under PyImport_ExecCodeModuleObject()

Brett Cannon report at bugs.python.org
Sun Jun 24 21:59:16 CEST 2012


New submission from Brett Cannon <brett at python.org>:

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.

----------
components: Interpreter Core
messages: 163834
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Clear C code under PyImport_ExecCodeModuleObject()
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15169>
_______________________________________


More information about the New-bugs-announce mailing list