]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be signed...
authorRaymond Hettinger <python@rcn.com>
Tue, 2 Dec 2008 20:59:48 +0000 (20:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 2 Dec 2008 20:59:48 +0000 (20:59 +0000)
commit048690410f6ad62327e6cde573d6e8b702ea708b
treed699f31679a7c7d51fb35333e3af513a362c3bf6
parent5b78dd9fada0d671e31fc6f947b58d6bfd1e3197
Bug #4495:  Fix signed/unsigned warning (both namelen and tailen should be signed, not just namelen).
Python/traceback.c