[PATCH 0/7] Standarize int-wrapping approach in Python code

Tom Tromey tromey@adacore.com
Tue Sep 15 17:06:20 GMT 2020


>> This series changes the Python code in gdb to prefer two of its own
>> functions -- one signed and one unsigned -- which should avoid all
>> issues both now and in the future.  The idea here is ban PyInt_From*
>> and PyLong_From*, and simply always use our own wrappers.
>> 
>> Let me know what you think.

Joel> Makes sense to me. I scanned the patch series, and it looked good.

Thanks.  I'm going to check this in.

Tom


More information about the Gdb-patches mailing list