mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
202 B
ReStructuredText
3 lines
202 B
ReStructuredText
Update code object hashing and equality to consider all debugging and
|
|
exception handling tables. This fixes an issue where certain non-identical
|
|
code objects could be "deduplicated" during compilation.
|