Message 158365 - Python tracker

Message158365

Author brett.cannon
Recipients Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-15.20:12:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334520758.36.0.85145758838.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
OK, so I have started to check this stuff in, but I think it's best to do it piecemeal. Going forward I would like to commit in units of functions being replaced, and prioritize stuff that cuts out C code (e.g. the load_*() methods, find_module(), etc.). That way it's clear that progress is being made. Obviously the best way to tell if code is hanging on just because of imp is to comment out the interface code and see what your compiler complains about in terms of dead code (or at least clang is good at this).
History
Date User Action Args
2012-04-15 20:12:38brett.cannonsetrecipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow
2012-04-15 20:12:38brett.cannonsetmessageid: <1334520758.36.0.85145758838.issue13959@psf.upfronthosting.co.za>
2012-04-15 20:12:37brett.cannonlinkissue13959 messages
2012-04-15 20:12:37brett.cannoncreate