[New-bugs-announce] [issue16467] frozen importlib required for extending Python interpreter not public

Anthony Tuininga report at bugs.python.org
Tue Nov 13 19:33:14 CET 2012


New submission from Anthony Tuininga:

With Python 3.3, the ability to create a Python interpreter independent of a Python installation (as is done with cx_Freeze and other such freezing tools) has become more difficult to accomplish. Py_Initialize() requires the presence of a frozen importlib module which is found in importlib.h, but that include file is not available in the public include files section of a Python distribution. I have copied it for my use but that seems wrong. Please advise on how this should take place now. Thanks.

----------
components: None
messages: 175515
nosy: atuining
priority: normal
severity: normal
status: open
title: frozen importlib required for extending Python interpreter not public
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list