commit | 8d30ad7c8ad5df59be8a65c8f8dab0d13be00dab | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 25 15:55:54 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 25 15:55:54 2015 +0200 |
tree | 65436ba5d34417e9e89804d3b1c2c324edfb2f4e | |
parent | 80767a38c74318acbd6fc4bfe228a1d0c0556221 [diff] |
Issue #24731: Fixed crash on converting objects with special methods __str__, __trunc__, and __float__ returning instances of subclasses of str, long, and float to subclasses of str, long, and float correspondingly.