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 vstinner
Recipients belopolsky, tim.peters, vstinner
Date 2014-08-02.00:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406938695.77.0.58463536443.issue22117@psf.upfronthosting.co.za>
In-reply-to
Content
timespec-3.patch is quite large:

 Include/pyport.h          |   14 +
 Include/pytime.h          |  159 +++++++----
 Lib/test/test_time.py     |  340 +++++++++++++++++++------
 Modules/_datetimemodule.c |   40 ++
 Modules/_ssl.c            |   31 +-
 Modules/_testcapimodule.c |  238 ++++++++++++++++-
 Modules/_threadmodule.c   |  196 +++++++-------
 Modules/gcmodule.c        |   15 -
 Modules/posixmodule.c     |   24 -
 Modules/selectmodule.c    |   36 --
 Modules/signalmodule.c    |   12 
 Modules/socketmodule.c    |  206 +++++++++------
 Modules/socketmodule.h    |    6 
 Modules/timemodule.c      |   22 -
 Python/pythonrun.c        |    3 
 Python/pytime.c           |  616 +++++++++++++++++++++++++++++++++-------------
 16 files changed, 1371 insertions(+), 587 deletions(-)


Tell me if you prefer to review shorter patches. I can try to only add new functions, then use new functions, and finally remove new functions.

I wanted to keep changes in a single patch at least one to show how the new API is used.
History
Date User Action Args
2014-08-02 00:18:15vstinnersetrecipients: + vstinner, tim.peters, belopolsky
2014-08-02 00:18:15vstinnersetmessageid: <1406938695.77.0.58463536443.issue22117@psf.upfronthosting.co.za>
2014-08-02 00:18:15vstinnerlinkissue22117 messages
2014-08-02 00:18:15vstinnercreate