cpython/.github
Victor Stinner 46d77610fc
gh-106316: Remove pytime.h header file (#106317)
Remove the "cpython/pytime.h" header file: it only contained private
functions. Move functions to the internal pycore_time.h header file.

Move tests from _testcapi to _testinternalcapi. Rename also test
methods to have the same name than tested C functions.

No longer export these functions:

* _PyTime_Add()
* _PyTime_As100Nanoseconds()
* _PyTime_FromMicrosecondsClamp()
* _PyTime_FromTimespec()
* _PyTime_FromTimeval()
* _PyTime_GetPerfCounterWithInfo()
* _PyTime_MulDiv()
2023-07-01 22:27:18 +00:00
..
ISSUE_TEMPLATE Use Markdown Headers in GitHub Issue templates (GH-95111) 2022-07-22 09:19:08 -07:00
problem-matchers bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00
workflows build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306) 2023-07-01 13:23:57 +03:00
CODEOWNERS gh-106316: Remove pytime.h header file (#106317) 2023-07-01 22:27:18 +00:00
CONTRIBUTING.rst Update build status links in contributing doc (GH-98672) 2022-10-25 12:13:37 -05:00
dependabot.yml gh-104050: Run mypy on clinic.py in CI (#104421) 2023-05-15 08:49:28 +00:00
PULL_REQUEST_TEMPLATE.md Replace contributor-visible mentions of BPO in .github/* (GH-91426) 2022-04-11 00:03:27 +02:00
SECURITY.md Update link to supported versions table in security policy (GH-98670) 2022-10-25 11:59:19 -05:00