Files
cpython/Include
Victor Stinner 7791165fb3 code_richcompare() now uses the constants types
Issue #25843: When compiling code, don't merge constants if they are equal but
have a different types. For example, "f1, f2 = lambda: 1, lambda: 1.0" is now
correctly compiled to two different functions: f1() returns 1 (int) and f2()
returns 1.0 (int), even if 1 and 1.0 are equal.

Add a new _PyCode_ConstantKey() private function.
2016-01-22 12:33:12 +01:00
..
2014-04-08 10:51:20 -04:00
2010-04-02 11:01:35 +00:00
2008-10-30 23:59:18 +00:00
2010-12-11 04:25:57 +00:00
2002-08-12 07:21:58 +00:00
2014-05-26 15:12:28 -07:00
2006-02-15 17:27:45 +00:00
2008-01-22 15:25:18 +00:00
2015-05-28 12:45:31 -05:00
2012-11-12 20:35:29 +01:00
2015-12-05 11:46:21 -08:00
2008-05-26 19:37:11 +00:00