mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
dea1b5653f
bus errors or SystemError being raised. As a side effect of fixing this, a bad DECREF that could be triggered when 'message' and 'category' were both None was fixed. Closes issue 3211. Thanks JP Calderone for the bug report.