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

2021-12-06 Thread Irit Katriel
Irit Katriel added the comment: Two of the three remaining comments Christian mentioned are still there: % grep -r "gnu pth" Python/ configure.ac Python//thread.c: library (e.g. gnu pth in pthread emulation) */ configure.ac:# (e.g. gnu pth with pthread emulation) -- nosy: +iritk

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

2013-08-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- Removed message: http://bugs.python.org/msg195643 ___ Python tracker ___ ___ Python-bugs-list mailing lis

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

2013-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset a02339bda413 by Raymond Hettinger in branch 'default': Issue 18774: Update news and whatsnew for the set optimizations http://hg.python.org/cpython/rev/a02339bda413 -- ___ Python tracker

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

2013-08-18 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

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

2013-08-18 Thread Christian Heimes
Christian Heimes added the comment: Thanks! Three comments still refer to GNU pth: configure.ac:# (e.g. gnu pth with pthread emulation) Python/condvar.h: library (e.g. gnu pth in pthread emulation) */ Python/thread.c: library (e.g. gnu pth in pthread emulation) */ thread.c and condvar.h

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

2013-08-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 646c2388d8f5 by Christian Heimes in branch 'default': Issue #18774: Remove last bits of GNU PTH thread code, patch by Vajrasky Kok. http://hg.python.org/cpython/rev/646c2388d8f5 -- nosy: +python-dev ___ P

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

2013-08-17 Thread Vajrasky Kok
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 o