mirror of
https://github.com/python/cpython.git
synced 2026-05-21 03:44:14 -04:00
6b47129424
isinstance() now allows any object as the first argument and a class, a type or something with a __bases__ tuple attribute for the second argument. This closes SF patch #464992.