8000 gh-118948: add support for ISO 8601 basic format to ``datetime`` by picnixz · Pull Request #120553 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-118948: add support for ISO 8601 basic format to datetime #120553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
update ignored static const char* values
  • Loading branch information
picnixz committed Jun 15, 2024
commit a3e4d59a9b1daef67d1a734db939fc5437e0d2d9
6 changes: 4 additions & 2 deletions Tools/c-analyzer/cpython/ignored.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,11 @@ Modules/_ctypes/cfield.c - ffi_type_uint8 -
Modules/_ctypes/cfield.c - ffi_type_void -
Modules/_datetimemodule.c - epoch -
Modules/_datetimemodule.c - max_fold_seconds -
Modules/_datetimemodule.c datetime_isoformat specs -
Modules/_datetimemodule.c datetime_isoformat specs_basic -
Modules/_datetimemodule.c datetime_isoformat specs_extended -
Modules/_datetimemodule.c parse_hh_mm_ss_ff correction -
Modules/_datetimemodule.c time_isoformat specs -
Modules/_datetimemodule.c time_isoformat specs_basic -
Modules/_datetimemodule.c time_isoformat specs_extended -
Modules/_datetimemodule.c - capi_types -
Modules/_decimal/_decimal.c - cond_map_template -
Modules/_decimal/_decimal.c - dec_signal_string -
Expand Down
385C
0