[Python-Dev] PySet API

"Martin v. Löwis" martin at v.loewis.de
Mon Mar 27 23:21:34 CEST 2006


Raymond Hettinger wrote:
> Why don't we expose _PySet_Next() for Barry and leave it out of the public API 
> for everyone else.

That is stupid. If Barry wants a "private" PySet_Next function, he can
just implement it himself, no need to include it in the release. It
should be included only if it is meant to be public.

Regards,
Martin


More information about the Python-Dev mailing list