]> granicus.if.org Git - python/commit
Add some asserts. In sysmodule, I think these were to try to silence
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:15:30 +0000 (21:15 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 28 Oct 2006 21:15:30 +0000 (21:15 +0000)
commit837ce9389e246c84a8791cf0ed64b277efce1f6b
tree76ceae567a01cba4ff44e2dc80328c55d8ea49ae
parentb21e0815bf5a6d6a3e795354e3c9a9afde8f24f7
Add some asserts.  In sysmodule, I think these were to try to silence
some warnings from Klokwork.  They verify the assumptions of the format
of svn version output.

The assert in the thread module helped debug a problem on HP-UX.
Modules/threadmodule.c
Python/sysmodule.c