mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Fix a few typos and a double semicolon. Patch by Eitan Adler.
This commit is contained in:
parent
1c1cadbbca
commit
3f5db3940f
10 changed files with 10 additions and 10 deletions
|
@ -1463,7 +1463,7 @@ class Frame(object):
|
|||
return name.startswith('pthread_cond_timedwait')
|
||||
|
||||
def is_gc_collect(self):
|
||||
'''Is this frame "collect" within the the garbage-collector?'''
|
||||
'''Is this frame "collect" within the garbage-collector?'''
|
||||
return self._gdbframe.name() == 'collect'
|
||||
|
||||
def get_pyop(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue