Re: [Python-Dev] Parser/intrcheck.c

2011-06-20 Thread Guido van Rossum
On Mon, Jun 20, 2011 at 4:40 PM, Guido van Rossum wrote: > I think it's safe to remove it. The last reference to it I found was > in the 2.0 release, where there is a Parser/Makefile (generated from > Parser/Makefile.in) which contains the following gem: > > # This target is used by the master Mak

Re: [Python-Dev] Parser/intrcheck.c

2011-06-20 Thread Guido van Rossum
I think it's safe to remove it. The last reference to it I found was in the 2.0 release, where there is a Parser/Makefile (generated from Parser/Makefile.in) which contains the following gem: # This target is used by the master Makefile to add the objects to the library add2lib:$(OBJS)

[Python-Dev] Parser/intrcheck.c

2011-06-15 Thread Antoine Pitrou
Hello, I may be missing something, but I'm wondering whether Parser/intrcheck.c is still used anywhere. It's only mentioned in some comments: $ grep -r intrcheck.c * Modules/signalmodule.c:1197:/* Replacements for intrcheck.c functionality PC/os2vacpp/makefile.omk:217: # intrcheck.c -- Not