[Python-Dev] GC head alignment issue (original) (raw)
Guido van Rossum guido@python.org
Thu, 11 Oct 2001 14:01:29 -0400
- Previous message: [Python-Dev] GC head alignment issue
- Next message: [Python-Dev] GC head alignment issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] GC head alignment issue
- Next message: [Python-Dev] GC head alignment issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]