Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-110850: Remove _PyTime_TimeUnchecked() function#118552

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:mainfromvstinner:remove_time_unchecked
May 5, 2024

Conversation

vstinner
Copy link
Member

@vstinnervstinner commentedMay 3, 2024
edited
Loading

Use the new public Raw functions:

  • _PyTime_PerfCounterUnchecked() with PyTime_PerfCounterRaw()
  • _PyTime_TimeUnchecked() with PyTime_TimeRaw()
  • _PyTime_MonotonicUnchecked() with PyTime_MonotonicRaw()

Remove internal functions:

  • _PyTime_PerfCounterUnchecked()
  • _PyTime_TimeUnchecked()
  • _PyTime_MonotonicUnchecked()

@vstinner
Copy link
MemberAuthor

@colesbury: Would you mind to proofread the parking_lot.c changes?

Use the new public Raw functions:* _PyTime_PerfCounterUnchecked() with PyTime_PerfCounterRaw()* _PyTime_TimeUnchecked() with PyTime_TimeRaw()* _PyTime_MonotonicUnchecked() with PyTime_MonotonicRaw()Remove internal functions:* _PyTime_PerfCounterUnchecked()* _PyTime_TimeUnchecked()* _PyTime_MonotonicUnchecked()
@vstinnervstinnerforce-pushed theremove_time_unchecked branch from68398ec to8888a1eCompareMay 4, 2024 08:29
@colesbury
Copy link
Contributor

Look correct to me

@vstinnervstinner merged commitaa61f8b intopython:mainMay 5, 2024
@vstinnervstinner deleted the remove_time_unchecked branchMay 5, 2024 10:15
@vstinner
Copy link
MemberAuthor

Merged, thanks for the review 👍

SonicField pushed a commit to SonicField/cpython that referenced this pull requestMay 8, 2024
Use the new public Raw functions:* _PyTime_PerfCounterUnchecked() with PyTime_PerfCounterRaw()* _PyTime_TimeUnchecked() with PyTime_TimeRaw()* _PyTime_MonotonicUnchecked() with PyTime_MonotonicRaw()Remove internal functions:* _PyTime_PerfCounterUnchecked()* _PyTime_TimeUnchecked()* _PyTime_MonotonicUnchecked()
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@pgansslepganssleAwaiting requested review from pgansslepganssle is a code owner

@abalkinabalkinAwaiting requested review from abalkinabalkin is a code owner

@kumaraditya303kumaraditya303Awaiting requested review from kumaraditya303kumaraditya303 is a code owner

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@vstinner@colesbury

[8]ページ先頭

©2009-2025 Movatter.jp