[issue28429] ctypes fails to import with grsecurity's TPE

2021-02-18 Thread Petr Viktorin
Petr Viktorin added the comment: Glandos, thank you for the report and fix, and apologies that it wasn't seen by the right set of eyes. -- nosy: +petr.viktorin resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python

[issue28429] ctypes fails to import with grsecurity's TPE

2020-02-28 Thread E. Castedo Ellerman
E. Castedo Ellerman added the comment: This is now fixed in Python 3.8. See https://bugs.python.org/issue35523 -- nosy: +E. Castedo Ellerman ___ Python tracker ___

[issue28429] ctypes fails to import with grsecurity's TPE

2018-01-11 Thread Bartek Banachewicz
Change by Bartek Banachewicz : -- keywords: +patch pull_requests: +5010 stage: -> patch review ___ Python tracker ___

[issue28429] ctypes fails to import with grsecurity's TPE

2016-10-13 Thread Glandos
New submission from Glandos: When using a grsecurity kernel with TPE enabled, the following happens with an untrusted user: Python 3.5.2+ (default, Sep 22 2016, 12:18:14) [GCC 6.2.0 20160914] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from ctypes