• Eric Snow's avatar
    bpo-30860: Fix a refleak. (#3506) · 87280186
    Eric Snow yazdı
    * Drop warnoptions from PyInterpreterState.
    
    * Drop xoptions from PyInterpreterState.
    
    * Don't set warnoptions and _xoptions again.
    
    * Decref after adding to sys.__dict__.
    
    * Drop an unused macro.
    
    * Check sys.xoptions *before* we delete it.
    87280186
sysmodule.c 72.2 KB