On 04/03/2019 19:00, George Dunlap wrote: > On 3/4/19 6:31 PM, Andrew Cooper wrote: >> The issues are: >> * dict.has_key() was completely removed in Py3 >> * dict.keys() is an iterable rather than list in Py3, so .sort() doesn't >> work. >> * list.sort(cmp=) was deprecated in Py2.4 and removed in Py3. Replace it >> with a key= sort instead. >> >> This is all compatible with Py2.4 and later, which is when the sorted() >> builtin was introduced. Tested with Py2.7 and Py3.4 > Did you test ./configure with python3?
No. Just the xen-foreign/ parts. You seemed to be making progress on the other parts. We should definitely see about making the Xen build system fully Py3-clean. ~Andrew _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
