mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#11565: Merge with 3.2.
This commit is contained in:
commit
b88ed1549e
93 changed files with 124 additions and 124 deletions
|
@ -492,7 +492,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
# provide too much opportunity for insane things to happen.
|
||||
# We don't want them in the interned dict and if they aren't
|
||||
# actually interned, we don't want to create the appearance
|
||||
# that they are by allowing intern() to succeeed.
|
||||
# that they are by allowing intern() to succeed.
|
||||
class S(str):
|
||||
def __hash__(self):
|
||||
return 123
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue