New submission from Vajrasky Kok: I read this commit: http://hg.python.org/cpython/rev/1d5f644b9241
But I noticed there is still GNU Pth code lingering around in Modules/signalmodule.c. Beside of that the WITH_PTH code (in the same file) is expired already. If you configure python with this option (--with-pth), the configure process will complain that it does not recognize the option. Attached the patch to clean up this last bit of GNU Pth code. ---------- components: Extension Modules files: remove_gnu_pth.patch keywords: patch messages: 195542 nosy: christian.heimes, vajrasky priority: normal severity: normal status: open title: There is still last bit of GNU Pth code in signalmodule.c versions: Python 3.4 Added file: http://bugs.python.org/file31351/remove_gnu_pth.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18774> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com