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 mark.dickinson
Recipients mark.dickinson, martenjan
Date 2013-11-05.13:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383658015.1.0.083491773977.issue19503@psf.upfronthosting.co.za>
In-reply-to
Content
The current code is correct.  Note that `from` is the list header, and is not attached to a gc-tracked object.  We want to splice the last non-header element of `to` (`to->gc.gc_prev`) to the first non-header element of `from` (`from->gc.gc_next`).

Did you try running the test suite with your change?  It would be quite a feat for a bug this fundamental to have made it this far in 2.7 without anyone noticing. :-)

Closing as invalid.
History
Date User Action Args
2013-11-05 13:26:55mark.dickinsonsetrecipients: + mark.dickinson, martenjan
2013-11-05 13:26:55mark.dickinsonsetmessageid: <1383658015.1.0.083491773977.issue19503@psf.upfronthosting.co.za>
2013-11-05 13:26:55mark.dickinsonlinkissue19503 messages
2013-11-05 13:26:54mark.dickinsoncreate