Message245088
I didn't know about issues with pickling. As for the performance issue, is date.isocalendar() really performance critical?
I found a precedent for replacing a tuple by a namedtuple: https://hg.python.org/cpython/rev/ef72142eb8a2
I'm trying my hand at writing a patch (I'm a new contributor) but it seems the code is implemented twice: both in Lib/ (python) and in Modules/ (C). I'm having a hard time figuring out how to conjure up a namedutple from the C code. Any hepl is appreciated.
Thanks. |
|
Date |
User |
Action |
Args |
2015-06-09 19:52:40 | bmispelon | set | recipients:
+ bmispelon, taleinat, berker.peksag, serhiy.storchaka |
2015-06-09 19:52:40 | bmispelon | set | messageid: <1433879560.74.0.890428403598.issue24416@psf.upfronthosting.co.za> |
2015-06-09 19:52:40 | bmispelon | link | issue24416 messages |
2015-06-09 19:52:40 | bmispelon | create | |
|