[issue19503] does gc_list_merge merge properly?

2013-11-05 Thread martenjan
martenjan added the comment: Thanks for your explanation -- ___ Python tracker <http://bugs.python.org/issue19503> ___ ___ Python-bugs-list mailing list Unsub

[issue19503] does gc_list_merge merge properly?

2013-11-05 Thread martenjan
New submission from martenjan: The code for gc_list_merge is given in gcmodule.c. I retrieved it from http://hg.python.org/cpython/file/tip/Modules/gcmodule.c#l287 The code seems to merge list `from` incompletely: the first entry of `from` is omitted in the merged list. The issue is in line