]> granicus.if.org Git - python/commit
Reordering of __new__ to minimize isinstance() calls to most
authorFacundo Batista <facundobatista@gmail.com>
Fri, 30 Nov 2007 17:15:25 +0000 (17:15 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 30 Nov 2007 17:15:25 +0000 (17:15 +0000)
commit0d157a0154140dc6dcd491d62df3a2b66367be15
treeeba624f2d0811308a7020fb131d46e98a4ac186a
parent025c347d611cb58a2cfc3671615891bd3bc1217a
Reordering of __new__ to minimize isinstance() calls to most
used types. Thanks Mark Dickinson.
Lib/decimal.py