|
|
|
Created:
17 years, 8 months ago by GvR Modified:
16 years, 5 months ago Reviewers:
python Base URL:
http://svn.python.org/view/*checkout*/python/trunk/ Visibility:
Public. |
http://bugs.python.org/issue2303
Patch Set 1 #
Downloaded from: http://bugs.python.org/file9742/isinst.diff
Total messages: 1
|
GvR
http://codereview.appspot.com/504/diff/1/21 File Objects/abstract.c (right): http://codereview.appspot.com/504/diff/1/21#newcode2914 Line 2914: if (Py_TYPE(inst) == cls && !PyTuple_Check(cls)) The tuple ...
|
17 years, 8 months ago (2008年05月02日 05:20:44 UTC) #1 | |||||||||||||
http://codereview.appspot.com/504/diff/1/21 File Objects/abstract.c (right): http://codereview.appspot.com/504/diff/1/21#newcode2914 Line 2914: if (Py_TYPE(inst) == cls && !PyTuple_Check(cls)) The tuple check is technically redundant. :-)