Ticket #4283 enhancement closed fixed
Improve lookupRecordType in names
| Reported by: | fijal | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | names | Keywords: | pypy |
| Cc: | jesstess | Branch: | branches/unglobal-lookuprecordtype-4283 |
| Author: | exarkun | Launchpad Bug: |
Description
lookupRecordType in names is using globals() right now and a lookup of a constructed string. Would be much better (for pypy especially) to have a dictionary name -> record type instead.
Change History
Note: See
TracTickets for help on using
tickets.
