]> granicus.if.org Git - python/commit
Issue #23119: Simplify setobject by inlining the special case for unicode equality...
authorRaymond Hettinger <python@rcn.com>
Mon, 26 Jan 2015 00:12:49 +0000 (16:12 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 26 Jan 2015 00:12:49 +0000 (16:12 -0800)
commit93035c44fd49359e47947fa23aded502d3a4155e
tree0379a5afd7ba7ca33e719632261bf05dfd5b385f
parentbbd3aa8ece3ed4caf98158086c4599248eb9cddf
Issue #23119:  Simplify setobject by inlining the special case for unicode equality testing.
Include/setobject.h
Lib/test/test_sys.py
Objects/setobject.c