mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
#18803: merge with 3.3.
This commit is contained in:
commit
d640fe2af5
17 changed files with 20 additions and 20 deletions
|
@ -632,7 +632,7 @@ class PyDictObjectPtr(PyObjectPtr):
|
|||
def iteritems(self):
|
||||
'''
|
||||
Yields a sequence of (PyObjectPtr key, PyObjectPtr value) pairs,
|
||||
analagous to dict.iteritems()
|
||||
analogous to dict.iteritems()
|
||||
'''
|
||||
keys = self.field('ma_keys')
|
||||
values = self.field('ma_values')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue