Changes between Initial Version and Version 2 of Ticket #16607
- Timestamp:
- Aug 10, 2011, 2:44:59 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16607
- Property Summary Unstable(?) Django when working with uWSGI → NameError for built-in Python functions in Django when working with uWSGI
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #16607 – Description
initial v2 4 4 5 5 Detail log: 6 {{{ 6 7 Error in sys.excepthook: 7 8 Traceback (most recent call last): … … 44 45 if isinstance(pattern, _pattern_type): 45 46 NameError: global name ''''isinstance'''' is not defined 47 }}}