Opened 18 years ago

Closed 18 years ago

Last modified 10 years ago

#1601 closed Bug (fixed)

Exception in saferef.py

Reported by: rushman@… Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm getting exception for all Python scripts that use Django. Exception appears in any script having import of Django models. It happens right after script is finished (before returning to OS).

Exception occurs in saferef.py file, and caused by traceback.print_exc() line.

Exception details:

Exception exceptions.AttributeError: "'NoneType' object has no attribute 'print_
exc'" in <function remove at 0x01F8E570> ignored

My configuration:
Python 2.4, Windows XP 64, Django magic-removal rev. 2633

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [2636].

comment:2 by anonymous, 10 years ago

Easy pickings: unset
Type: defectBug
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top