[issue35058] Unable to Install Python on Windows

2018-10-24 Thread Michael Airey
Michael Airey added the comment: Did you try to use SubInACL tool by Microsoft? Perhaps, it can fix your issue. Here, I'm adding references for the same i.e. download link & guide (Method #13) to use it: 1. https://www.microsoft.com/en-in/download/details.aspx?id=23510 2. h

[issue35050] Off-by-one bug in AF_ALG

2018-10-24 Thread Michael Airey
Michael Airey added the comment: The error checking code for salg_name and salg_type have an off-by-one bug. Must check that both strings are NUL terminated strings. -- nosy: +resmord ___ Python tracker <https://bugs.python.org/issue35

[issue33012] Invalid function cast warnings with gcc 8 for METH_NOARGS

2018-10-24 Thread Michael Airey
Michael Airey added the comment: Try this - https://github.com/siddhesh/cpython/tree/func-cast -- nosy: +resmord ___ Python tracker <https://bugs.python.org/issue33