commit | 5e8260b09c2aa3faa7ec4722b44e452072301b20 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Jan 17 21:31:50 2012 +0100 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Jan 17 21:31:50 2012 +0100 |
tree | d3e307c0ecbdc97c5d7fee537f68ef500817a9bb | |
parent | 0174db50a51cbd03567c5502b3c5362a1357d1bd [diff] |
Issue #13727: Add 3 macros to access PyDateTime_Delta members: PyDateTime_DELTA_GET_DAYS, PyDateTime_DELTA_GET_SECONDS, PyDateTime_DELTA_GET_MICROSECONDS. Please use them instead of directly accessing PyDateTime_Delta struct members.