[Python-Dev] GC head alignment issue (original) (raw)

Guido van Rossum guido@python.org
Thu, 11 Oct 2001 14:01:29 -0400


If that's not legit, we could make it legit by naming the struct member and interpolating the name into all existing references.

This is straightforward, if a bit tedious ... OK, I did that. Requires changes to the track and untrack macros, plus a ton of edits inside gcmodule.c. But that's it, and they're all straightforward changes (i.e., low chance of breakage). Should I check it in?

+1

--Guido van Rossum (home page: http://www.python.org/~guido/)