Ticket #5779 enhancement closed fixed
Conch relies on a CPython implementation detail
| Reported by: | Alex | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | |
| Cc: | z3p | Branch: | branches/conch-should-not-use-builtins-5779 |
| Author: | cyli | Launchpad Bug: |
Description
It uses __builtins__ and assumes that it will be a dict. According to http://docs.python.org/library/__builtin__.html this is a) an implementation detail of CPython, and b) not guaranteed to be a dict! it will sometimes be a module.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

