[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue31177] unittest mock's reset_mock throws an error when an attribute has been deleted

2018-11-29 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +cjw296, mariocj89 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue31956] Add start and stop parameters to the array.index()

2018-11-29 Thread Ryan G.
Ryan G. added the comment: This functionality is useful to me. Is this issue still alive? If not, how can I help? -- nosy: +Ryan G. ___ Python tracker ___ ___

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
New submission from Zackery Spytz : In nis_maps(), the result of PyUnicode_FromString() is leaked if the PyList_Append() call fails. -- components: Extension Modules messages: 330747 nosy: ZackerySpytz priority: normal severity: normal status: open title: A possible reference leak in t

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10054 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue2771] Test issue

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: test comment -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue2771] Test issue

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35354] Generator functions stack overflow

2018-11-29 Thread Ezio Melotti
Ezio Melotti added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. (Karthikeyan is having trouble posting, so I'm trying on his behalf.) -- no

[issue35354] Generator functions stack overflow

2018-11-29 Thread Ezio Melotti
Change by Ezio Melotti : -- nosy: -asdwqii ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue35354] Generator functions stack overflow

2018-11-29 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: > I think I have seen this bug reported elsewhere but can't find it now. Sorry, I was referring to issue6028 and issue32570 that I thought were similar to the original report. -- ___ Python tracker

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a2e3585e79c93b2372dbad46a744e28fcc6dad6d by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) https://github.com/python/cpython/commit/a2e3585e79c93b2372dbad46a744e28fcc6dad

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +10056 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +10055 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +10057 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35357] unittest.mock.call can't represent calls to a method called 'parent'

2018-11-29 Thread Chris Withers
New submission from Chris Withers : While working on https://bugs.python.org/issue35226, I stumbled upon this: >>> from unittest.mock import call >>> call.parent() Traceback (most recent call last): File "", line 1, in TypeError: 'NoneType' object is not callable Guess we need to make .pare

<    1   2