Python 2.6 support
Phil Muldoon <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Moved to mailing list for broader discussion. Currently we have committed code in the GDB sourceware git repository that only works with 2.7+ https://sourceware.org/bugzilla/show_bug.cgi?id=21196 Memory View objects were introduced in 2.7 https://docs.python.org/2.7/whatsnew/2.7.html?highlight=memoryview Is our position therefor 2.7+ for Python? Or should this code be gated for Python installations less than 2.7? Cheers Phil