diff options
| author | Fred Drake <fdrake@acm.org> | 2002-05-02 16:05:27 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-05-02 16:05:27 (GMT) |
| commit | edb51bb7e81191890ba267ecf39903d408a64bb0 (patch) | |
| tree | 8a8edefbd98b1091d8dd0d94428df975b47331d6 /Lib/test/test_bsddb.py | |
| parent | 9546772ccd09eeffd2f40a361c43ecabd13b70b0 (diff) | |
| download | cpython-edb51bb7e81191890ba267ecf39903d408a64bb0.zip cpython-edb51bb7e81191890ba267ecf39903d408a64bb0.tar.gz cpython-edb51bb7e81191890ba267ecf39903d408a64bb0.tar.bz2 | |
Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
handlers were both set, but were not compatible. This change uses only the
tp_getattro handler with a more "modern" approach.
This fixes SF bug #551285.
Diffstat (limited to 'Lib/test/test_bsddb.py')
0 files changed, 0 insertions, 0 deletions
