[issue44240] Incorrect behavior of LOAD_ATTR due to overflow in tp_version

Pablo Galindo Salgado report at bugs.python.org
Wed May 26 13:08:46 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

I wonder what other stuff can break due to this. I agree we should fix it, but also we need to consider how crazy is the solution because I'm not sure if this justifies a very complex one.

As an alternative idea, we could use th max allowed value as an "overflowed" status, which invalidates anything that is using the tag.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44240>
_______________________________________


More information about the Python-bugs-list mailing list