mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Remove usage of backticks.
This commit is contained in:
parent
db60d6e2aa
commit
0b70cca9f8
13 changed files with 14 additions and 16 deletions
|
@ -51,10 +51,10 @@ class ReferencesTestCase(TestBase):
|
|||
# Live reference:
|
||||
o = C()
|
||||
wr = weakref.ref(o)
|
||||
`wr`
|
||||
repr(wr)
|
||||
# Dead reference:
|
||||
del o
|
||||
`wr`
|
||||
repr(wr)
|
||||
|
||||
def test_basic_callback(self):
|
||||
self.check_basic_callback(C)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue