This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vajrasky
Recipients christian.heimes, vajrasky
Date 2013-08-18.04:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376801880.96.0.197365143686.issue18774@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-18 04:58:01vajraskysetrecipients: + vajrasky, christian.heimes
2013-08-18 04:58:00vajraskysetmessageid: <1376801880.96.0.197365143686.issue18774@psf.upfronthosting.co.za>
2013-08-18 04:58:00vajraskylinkissue18774 messages
2013-08-18 04:58:00vajraskycreate