[New-bugs-announce] [issue18774] There is still last bit of GNU Pth code in signalmodule.c

Vajrasky Kok report at bugs.python.org
Sun Aug 18 06:58:00 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue18774>
_______________________________________


More information about the New-bugs-announce mailing list