https://github.com/python/cpython
Revision 176014ffad8d39820293b63bf7177a7d2953343a authored by Barry Warsaw on 30 March 2006, 22:45:35 UTC, committed by Barry Warsaw on 30 March 2006, 22:45:35 UTC
adds the following API calls: PySet_Clear(), _PySet_Next(), and
_PySet_Update().  The latter two are considered non-public.  Tests and
documentation (for the public API) are included.
1 parent c259cc9
History
Tip revision: 176014ffad8d39820293b63bf7177a7d2953343a authored by Barry Warsaw on 30 March 2006, 22:45:35 UTC
SF patch #1458476 with modifications based on discussions in python-dev. This
Tip revision: 176014f
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 2.9 KB
LICENSE -rw-r--r-- 13.1 KB
Makefile.pre.in -rw-r--r-- 32.8 KB
README -rw-r--r-- 48.8 KB
configure -rwxr-xr-x 613.3 KB
configure.in -rw-r--r-- 88.5 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 25.0 KB
setup.py -rw-r--r-- 62.8 KB

README

back to top