]> granicus.if.org Git - python/commit
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
authorChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 08:23:12 +0000 (10:23 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 22 Oct 2013 08:23:12 +0000 (10:23 +0200)
commitefa48676d52c8b45eaf832c3cdccad5597a30884
tree154433c7d9a8fa32a6e2252935cc699bacca36f0
parentb0fb94dda81ec21102f82ce7b149467db5cb02a3
parent49e61806f5675c7830f2290f3099588bd8f221dc
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.
Misc/NEWS
Python/pythonrun.c