Improve lookupRecordType in names
[email protected] Fri, 19 Feb 2010 21:05:09 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from fijal <None>: 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. ---------- Type : enhancement Component: names Keywords : pypy Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4283