This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sebastian.Noack
Recipients Sebastian.Noack
Date 2017-05-07.13:43:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494164590.62.0.49651399795.issue30297@psf.upfronthosting.co.za>
In-reply-to
Content
I just noticed that the segfault can also be reproduced with Python 2 [1]. So please ignore what I said before that this wouldn't be the case.

While it is debatable whether using a lazy evaluated object with so many recursions is a good idea in the first place, causing it the interpreter to crash with a segfault still seems concerning to me.

[1]: https://github.com/mitsuhiko/python-pbkdf2/issues/2
History
Date User Action Args
2017-05-07 13:43:10Sebastian.Noacksetrecipients: + Sebastian.Noack
2017-05-07 13:43:10Sebastian.Noacksetmessageid: <1494164590.62.0.49651399795.issue30297@psf.upfronthosting.co.za>
2017-05-07 13:43:10Sebastian.Noacklinkissue30297 messages
2017-05-07 13:43:10Sebastian.Noackcreate