On Wed, Apr 12, 2006 at 01:43:43PM -0400, Tim Peters wrote:
> BTW, someone looking for an easy task might enjoy rewriting other
> tp_traverse slots to use Py_VISIT.  We even have cases now (like
> super_traverse) where modules define their own workalike
> traverse-visit macros, which has become confusing since a standard
> macro was defined for this purpose.

A.M. Kuchling amk asked:

> Do we need a list of CPython cleanup projects?
> (Compare to the Linux kernel janitors:
> <http://janitor.kernelnewbies.org/TODO>.)

It would probably be useful, if there were someone ready to verify and
commit the cleanups.

A similar list for python modules might be even more useful; I doubt
I'm the only one often without a working C setup.  (Common on windows,
I've seen it even on unix boxes that did have python preinstalled.)

-jJ
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to