Message321157
In C version, we don't use key func.
items = PyMapping_Items(dct);
if (items == NULL)
goto bail;
if (s->sort_keys && PyList_Sort(items) < 0) {
Like that, how about removing key function completely? |
|
Date |
User |
Action |
Args |
2018-07-06 07:47:45 | methane | set | recipients:
+ methane, rhettinger, vstinner, ezio.melotti, Arfrever, serhiy.storchaka, wbolster, josh.r |
2018-07-06 07:47:44 | methane | set | messageid: <1530863264.94.0.56676864532.issue23493@psf.upfronthosting.co.za> |
2018-07-06 07:47:44 | methane | link | issue23493 messages |
2018-07-06 07:47:44 | methane | create | |
|