This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bmispelon
Recipients berker.peksag, bmispelon, serhiy.storchaka, taleinat
Date 2015-06-09.19:52:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433879560.74.0.890428403598.issue24416@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-09 19:52:40bmispelonsetrecipients: + bmispelon, taleinat, berker.peksag, serhiy.storchaka
2015-06-09 19:52:40bmispelonsetmessageid: <1433879560.74.0.890428403598.issue24416@psf.upfronthosting.co.za>
2015-06-09 19:52:40bmispelonlinkissue24416 messages
2015-06-09 19:52:40bmispeloncreate