[Python-Dev] embedding - PyImport_AppendInittab() after Py_Initialize()

2016-05-27 Thread Vitaly Murashev
Could anyone please clarify whether it is correct in python3.5 to call PyImport_AppendInittab() after Py_Initialize() I found this case among the tests for boost.python https://github.com/boostorg/python/blob/develop/test/exec.cpp And this test doesn't work for me with python3.5.An error looks li

[Python-Dev] Python for android - successfully cross-compiled without patches

2015-12-15 Thread Vitaly Murashev
A lot of talks and patches around how to cross-compile python for andriod ... Dear python-dev@, I just want to say thanks to all of you for the high quality cross-platform code. Using alternative Android NDK named CrystaX (home page - https://www.crystax.net ) which provides high quality posix su

[Python-Dev] GetFinalPathNameByHandleW - what is the minimum windows version python-3.5 will support ?

2015-07-19 Thread Vitaly Murashev
I've just found out that that on Windows internal implementation of python35.dll in posixmodule.c uses winapi function GetFinalPathNameByHandleW By the way from MSDN: https://msdn.microsoft.com/en-us/library/windows/desktop/aa364962%28v=vs.85%29.aspx Minimum supported client   Windows Vista [de

Re: [Python-Dev] Relative path in co_filename for zipped modules

2013-09-15 Thread Vitaly Murashev
This bug has been reported as http://bugs.python.org/issue18307 over a month ago Аnd I've found out the root cause of this issue so far. Unit-test and patch are suggested. Without patch test fails, with patch - passed. On Wed, Jun 26, 2013 at 12:11 AM, Vitaly Murashev wrote: > Dea

Re: [Python-Dev] Relative path in co_filename for zipped modules

2013-06-26 Thread Vitaly Murashev
Reported as http://bugs.python.org/issue18307 On Wed, Jun 26, 2013 at 12:19 AM, R. David Murray wrote: > Please file this as a bug report on bugs.python.org so that it doesn't > get lost. > > See also http://bugs.python.org/issue13328 (which looks like a different bug > but could also be causing

[Python-Dev] Relative path in co_filename for zipped modules

2013-06-25 Thread Vitaly Murashev
? If it is a bug could you please submit it into official python bugtracker ? I never did it before and afraid to do something wrong. Thanks, Vitaly Murashev ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py