mirror of
https://github.com/python/cpython.git
synced 2026-05-23 12:53:22 -04:00
aa86e35c52
raising an exception. This is consistent with calling the constructors for the other builtin types -- called without argument they all return the false value of that type. (SF patch #724135) Thanks to Alex Martelli.