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.

classification
Title: Add _PyTime_DoubletoTimet to C API
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: tim.peters Nosy List: brett.cannon, tim.peters
Priority: normal Keywords:

Created on 2004-06-19 20:53 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21226 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-06-19 20:53
Need to add the function to the C API and then patch datetime to 
use it where it accepts a time_t timestamp.
msg21227 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-06-20 02:30
Logged In: YES 
user_id=31435

I already have code for this locally, so assigned to me and 
gave it normal priority.
msg21228 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-06-20 02:52
Logged In: YES 
user_id=31435

Checked in:

Include/timefuncs.h; initial revision: 1.1
Lib/test/test_datetime.py; new revision: 1.48
Lib/test/test_time.py; new revision: 1.17
Misc/NEWS; new revision: 1.1007
Modules/datetimemodule.c; new revision: 1.73
Modules/timemodule.c; new revision: 2.142
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40421
2004-06-19 20:53:30brett.cannoncreate