mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
3a5d79fbc8
Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.