[Python-Dev] 2.1.2: patching Modules/

Neil Schemenauer nas@python.ca
Thu, 1 Nov 2001 08:39:40 -0800


Anthony Baxter wrote:
> xreadlines.c:1.8
>     date: 2001/08/29 23:50:42;  author: nascheme;  state: Exp;  lines: +1 -1
>     Remove bogus PyGC_HEAD_SIZE.
>   this looks fine - someone want to just confirm?

PyXReadlinesObject does not support GC so removing it shouldn't hurt
anything.

  Neil