Implement "copy iter from iter" functionality one of two ways:
commit2cf6966a56f0f19becf5f83d2415e60f4f001ac2
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 29 Oct 2007 02:22:10 +0000 (28 22:22 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Mon, 29 Oct 2007 02:22:10 +0000 (28 22:22 -0400)
tree2028b52ab5f0b6608d35709cafbd99c32c84cbd1
parent8dfa58102207df1b0db61f86e7045cd26a01fcc5
Implement "copy iter from iter" functionality one of two ways:
 - Using a not-yet-upstream pygtk API addition
 - Using ctypes

Use to get rid of various not-various-working hacks to keep iters
valid across operations.
lib/reinteract/iter_copy_from.py [new file with mode: 0644]
lib/reinteract/shell_buffer.py