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