]> granicus.if.org Git - python/commit
Patch by Vladimir Marangozov to include the function name when
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 16:20:31 +0000 (16:20 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 16:20:31 +0000 (16:20 +0000)
commit44679590e0414cb80c5cc6a95ea4e560b3770247
tree65de58844d7384d56ffb2784c2540c07de17abc1
parent1a4b593dd67a9c9cbb1560f4c00ac9a63218aca7
Patch by Vladimir Marangozov to include the function name when
comparing code objects.  This give sless surprising results in
-Optimized code.  It also sorts code objects by name, now.

[I changed the patch to hash() slightly to touch fewer lines.]
Python/compile.c