Commit bd1194b3 authored by Jim Fulton's avatar Jim Fulton

Added a comment noting that the persistent loading code here *should*

be consistent with the code in serialize.py. (It currently isn't.)
parent 5890fb04
......@@ -88,6 +88,10 @@ class ExportImport:
"""
oids = {}
# IMPORTANT: This code should be consistent with the code in
# serialize.py. It is currently out of date and doesn't handle
# weak references.
def persistent_load(ooid):
"""Remap a persistent id to a new ID and create a ghost for it."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment