#1601 closed Bug (fixed)
Exception in saferef.py
Reported by: | 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 , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Easy pickings: | unset |
---|---|
Type: | defect → Bug |
UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
Fixed in [2636].