[issue36473] dictkeysobject: Add maximum iteration check for .values() and .items()

2019-04-02 Thread Inada Naoki


Change by Inada Naoki :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36473] dictkeysobject: Add maximum iteration check for .values() and .items()

2019-04-02 Thread Inada Naoki


Inada Naoki  added the comment:


New changeset b8311cf5e5d72f8a8aa688b7da1760d6a74a4d72 by Inada Naoki (Thomas 
Perl) in branch 'master':
bpo-36473: add maximum iteration check for dict .values() and .items() 
(GH-12619)
https://github.com/python/cpython/commit/b8311cf5e5d72f8a8aa688b7da1760d6a74a4d72


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue36473] dictkeysobject: Add maximum iteration check for .values() and .items()

2019-03-31 Thread Thomas Perl


Thomas Perl  added the comment:

Repurposing this as per:

https://github.com/python/cpython/pull/12619#issuecomment-478076996

--
title: Detect all dictionary changes during iteration -> dictkeysobject: Add 
maximum iteration check for .values() and .items()

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com