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
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
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
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
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
?
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