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 vstinner
Recipients mbussonn, methane, ned.deily, python-dev, skrah, vstinner, xiang.zhang
Date 2016-09-13.07:48:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473752904.85.0.389749164455.issue28040@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan Krah: "It could still be a stack overflow, but on the surface it does not look like one. It's definitely related to the aforementioned
revision: (...)"

The initial bug reported in this issue is now fixed. Even if the Blaze issue is related, I would really prefer to discuss it in a different issue, so I created #28120: "The Blaze test suite segfaults with 4a5b61b0d090".

@Xiang: I simplified find_empty_slot() to remove code to support split table. Again, if you want to support deletion in split table, please open a new issue.

I now close this issue. Thanks for the report Matthias! Thanks for the quick fix and the unit test Naoki!
History
Date User Action Args
2016-09-13 07:48:24vstinnersetrecipients: + vstinner, ned.deily, methane, skrah, python-dev, xiang.zhang, mbussonn
2016-09-13 07:48:24vstinnersetmessageid: <1473752904.85.0.389749164455.issue28040@psf.upfronthosting.co.za>
2016-09-13 07:48:24vstinnerlinkissue28040 messages
2016-09-13 07:48:24vstinnercreate