[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2019-02-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2019-02-21 Thread miss-islington
miss-islington added the comment: New changeset 0e73ea26a55abc0ce2ee1153e5509bcaef4736cf by Miss Islington (bot) in branch '3.7': bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2019-02-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +11996 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2019-02-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset ebc793d6acb9650b9f497808e059805892031d74 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2018-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8197 stage: -> patch review ___ Python tracker ___ ___

[issue33989] ms.key_compare is not initialized in all paths of list_sort_impl()

2018-08-08 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: ms.key_compare is not initialized in all pathes of list_sort_impl -> ms.key_compare is not initialized in all paths of list_sort_impl() ___ Python tracker