Staging
v0.8.1
https://github.com/python/cpython
Revision bc1d1b80d1abfd7f95cb02e7f09be18b94504559 authored by Tim Peters on 01 November 2004, 16:39:57 UTC, committed by Tim Peters on 01 November 2004, 16:39:57 UTC
nothing in gc currently cares, the original coding could screw up if,
e.g., you tried to move a node to the list it's already in, and the node
was already the last in its list.
1 parent 099ecfb
History
Tip revision: bc1d1b80d1abfd7f95cb02e7f09be18b94504559 authored by Tim Peters on 01 November 2004, 16:39:57 UTC
gc_list_move(): Make this truly equivalent to remove+append. While
Tip revision: bc1d1b8

README

back to top