Hristo Venev added the comment: PyLongObject is a PyVarObject. It contains many mp_limb_t's. There is little overhead. For some operations if the result is in [-20;256] no memory will be allocated. There are special codepaths for 1-limb operations.
And I just finished GDB support. Please test if it works for you. ---------- keywords: +patch Added file: http://bugs.python.org/file35867/pygmp.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue21922> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
