diff options
author | guido@google.com <guido@google.com> | 2011-03-29 18:51:26 (GMT) |
---|---|---|
committer | guido@google.com <guido@google.com> | 2011-03-29 18:51:26 (GMT) |
commit | c768ff5d4f69f94455db82646e004fac4d11876e (patch) | |
tree | 77144fa55f5cc370a26d6db11766e0bffd35b3be /Objects | |
parent | c7d28be62f56a9089b1a96b2d46a7041822c5885 (diff) | |
parent | a119df91f33724f64e6bc1ecb484eeaa30ace014 (diff) | |
download | cpython-c768ff5d4f69f94455db82646e004fac4d11876e.zip cpython-c768ff5d4f69f94455db82646e004fac4d11876e.tar.gz cpython-c768ff5d4f69f94455db82646e004fac4d11876e.tar.bz2 |
Merge Issue 11662 from 3.1 branch.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/typeslots.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/typeslots.inc b/Objects/typeslots.inc index 0494a32..5186dcf 100644 --- a/Objects/typeslots.inc +++ b/Objects/typeslots.inc @@ -1,4 +1,4 @@ -/* Generated by typeslots.py $Revision: 87806 $ */ +/* Generated by typeslots.py $Revision$ */ 0, 0, offsetof(PyHeapTypeObject, as_mapping.mp_ass_subscript), |