Description
When thawing Booleans, a Boolean object is created. Then one of the Boolean singletons is returned and the original object is decref'd. But DECREF has no effect on Booleans resulting in a memory leak.
When thawing Booleans, a Boolean object is created. Then one of the Boolean singletons is returned and the original object is decref'd. But DECREF has no effect on Booleans resulting in a memory leak.