mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix test_gdb failure
This commit is contained in:
parent
aa6c1d240f
commit
ca2a1a335a
1 changed files with 0 additions and 1 deletions
|
@ -328,7 +328,6 @@ class PyObjectPtr(object):
|
|||
|
||||
name_map = {'bool': PyBoolObjectPtr,
|
||||
'classobj': PyClassObjectPtr,
|
||||
'instance': PyInstanceObjectPtr,
|
||||
'NoneType': PyNoneStructPtr,
|
||||
'frame': PyFrameObjectPtr,
|
||||
'set' : PySetObjectPtr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue