[New-bugs-announce] [issue24652] C-API Pure Embedding enhancement

Justin Huang report at bugs.python.org
Fri Jul 17 10:10:49 CEST 2015


New submission from Justin Huang:

>From the example in here:

    https://docs.python.org/2/extending/embedding.html#pure-embedding

when directly using the example (compiling and trying with external file etc.) it doesn't work right away. Instead an extra line:

    PySys_SetArgv(argc, argv);

must be added to get it to work.

----------
messages: 246847
nosy: Justin Huang
priority: normal
severity: normal
status: open
title: C-API Pure Embedding enhancement
type: enhancement
versions: Python 2.7

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


More information about the New-bugs-announce mailing list