Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Commitec254c5
authored
* Strings with length from 2**31-1 to 2**32-2 always caused MemoryError, it doesn't matter how much memory is available.* Strings with length exactly 2**32-1 caused OSError.* Strings longer than 2**32-1 characters were truncated due to integer overflow bug.Now strings longer than 2**31-1 characters caused OverflowError.(cherry picked from commit04cc014)
1 parent4ddfb04 commitec254c5
File tree
3 files changed
+16
-12
lines changed- Lib/test
- Misc/NEWS.d/next/Windows
- Modules
3 files changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| 911 | + | |
911 | 912 | | |
912 | 913 | | |
913 | 914 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1571 | 1571 | | |
1572 | 1572 | | |
1573 | 1573 | | |
1574 | | - | |
1575 | | - | |
1576 | | - | |
| 1574 | + | |
| 1575 | + | |
1577 | 1576 | | |
1578 | 1577 | | |
1579 | 1578 | | |
1580 | 1579 | | |
1581 | | - | |
1582 | | - | |
1583 | | - | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
1584 | 1585 | | |
1585 | 1586 | | |
1586 | | - | |
| 1587 | + | |
1587 | 1588 | | |
1588 | | - | |
| 1589 | + | |
| 1590 | + | |
1589 | 1591 | | |
1590 | 1592 | | |
1591 | | - | |
| 1593 | + | |
1592 | 1594 | | |
1593 | 1595 | | |
1594 | 1596 | | |
| |||
1598 | 1600 | | |
1599 | 1601 | | |
1600 | 1602 | | |
1601 | | - | |
| 1603 | + | |
1602 | 1604 | | |
1603 | | - | |
| 1605 | + | |
1604 | 1606 | | |
1605 | 1607 | | |
1606 | 1608 | | |
1607 | 1609 | | |
1608 | 1610 | | |
1609 | 1611 | | |
1610 | 1612 | | |
1611 | | - | |
1612 | 1613 | | |
1613 | 1614 | | |
| 1615 | + | |
1614 | 1616 | | |
1615 | 1617 | | |
1616 | 1618 | | |
| |||
0 commit comments
Comments
(0)