Skip to content

Commit 673ac27

Browse files
committed
Merge 3.5
2 parents e0b70cd + fd7f19e commit 673ac27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Core and Builtins
477477
- Issue #25843: When compiling code, don't merge constants if they are equal
478478
but have a different types. For example, ``f1, f2 = lambda: 1, lambda: 1.0``
479479
is now correctly compiled to two different functions: ``f1()`` returns ``1``
480-
(``int``) and ``f2()`` returns ``1.0`` (``int``), even if ``1`` and ``1.0``
480+
(``int``) and ``f2()`` returns ``1.0`` (``float``), even if ``1`` and ``1.0``
481481
are equal.
482482

483483
- Issue #26107: The format of the ``co_lnotab`` attribute of code objects

0 commit comments

Comments
 (0)