summaryrefslogtreecommitdiffstats
path: root/Misc/README.klocwork
Commit message (Expand)AuthorAgeFilesLines
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+26
4-27 12:57:54 (GMT) commite9c777208f83b9a78fcef1eb3c56e209e739ffc1 (patch) tree87efa9e4e56262157356fe8bde75a9c0faa8fc88 /install-sh parent63842bd90793c693f56bd8aad710b5267d41cf6d (diff)downloadcpython-e9c777208f83b9a78fcef1eb3c56e209e739ffc1.zip
cpython-e9c777208f83b9a78fcef1eb3c56e209e739ffc1.tar.gz
cpython-e9c777208f83b9a78fcef1eb3c56e209e739ffc1.tar.bz2
gh-103092: Isolate _ctypes, part 1 (#103893)
Establish global state and port the following types to heap types: - DictRemover_Type - PyCArg_Type - PyCThunk_Type - PyCField_Type - StructParam_Type