BPO | [1002085](https://bugs.python.org/issue1002085) --- | :--- Nosy | @tim-one, @loewis, @ronaldoussoren Files | [rangeobject.patch](https://bugs.python.org/file6132/rangeobject.patch "Uploaded as text/plain at 2004-08-04.05:59:56 by boredzo"): The patch, affecting Objects/rangeobject.c and Lib/test/test_xrange.py. *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = created_at = labels = ['interpreter-core'] title = 'O(1) xrange membership testing' updated_at = user = 'https://bugs.python.org/boredzo' ``` bugs.python.org fields: ```python activity = actor = 'loewis' assignee = 'none' closed = True closed_date = None closer = None components = ['Interpreter Core'] creation = creator = 'boredzo' dependencies = [] files = ['6132'] hgrepos = [] issue_num = 1002085 keywords = ['patch'] message_count = 8.0 messages = ['46513', '46514', '46515', '46516', '46517', '46518', '46519', '46520'] nosy_count = 4.0 nosy_names = ['tim.peters', 'loewis', 'ronaldoussoren', 'boredzo'] pr_nums = [] priority = 'normal' resolution = 'rejected' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue1002085' versions = [] ```