• Tim Peters's avatar
    Merge revs 27788 and 27795 from Zope trunk. · 605281d8
    Tim Peters authored
    See Collector #1350.
    
    ghostify() and unghostify() detect one form of thread insanity
    now.  In a debug build, they abort the process if it happens.
    In a release build, unghostify() raises SystemError, and
    ghostify() ignores it (ghostify() can't raise an exception).
    605281d8
cPersistence.c 29.7 KB