Victor Stinner

Results 702 comments of Victor Stinner

No activity for 1 year, I close the issue.

I think that it's a good idea to support formatting in the basic format (that I just discovered). cc @pganssle @abalkin

@pganssle: > There is a case for putting stuff in isoformat if people are usually going to want automatic truncation What do you mean by automatic truncation? The idea is...

Converting the _datetime extension to multiphase initialization and/or converting static types to heap types is complicated because: * `` C API * datetime capsule (C API) * If the _datetime...

> How do you associate the PyAST issue with PyDateTime in terms of the mechanizm and impact? Both provide a C API and we wanted to isolate their C extension....

The purpose of this issue is to convert the _datetime extension to the multiphase C API. The problem is to make sure that we are dealing with the same types...

I merged my first change "Move types to datetime state". @neonene: Do you want to propose changes to convert static types to heap types? Maybe start with a PR to...

> IMO, we should deprecate the current C API and introduce a new one. If we manage to isolate the _datetime extension without breaking the C API, I'm not sure...

> Are the bots running or skipping those tests? WASI buildbot worker enables "all" test resources: see `resources: all` in test headers. ``` == CPython 3.14.0a0 (heads/main-dirty:98ff3f65c0, May 9 2024,...