Actions
Bug #5773
closedbigdecimal comparison raises SystemStackError
Description
Comparing an uninitialized BigDecimal to another will raise a SysteStackError exception. For example:
BigDecimal("1") == BigDecimal.allocate
I've attached a test case that demonstrates this bug.
Files
Actions
Like0
Like0