]> granicus.if.org Git - python/commit
Patch #102955, fixing one of the warnings in bug #121479:
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2000 14:36:56 +0000 (14:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 20 Dec 2000 14:36:56 +0000 (14:36 +0000)
commit34c20cf705045ab6e496c1271fb522cfabd409e5
tree33030359b2fca0bf809e437d9ab625dcff5ac015
parentc867f74a102a8df376ff55ca4dd9dc9055d16141
Patch #102955, fixing one of the warnings in bug #121479:
Simplifies ord()'s logic at the cost of some code duplication, removing a
    " `ord' might be used uninitialized in this function" warning
Python/bltinmodule.c