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-118608: datetime: Fix use-after-free on embedded CPython#118531

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

Closed
neonene wants to merge9 commits intopython:mainfromneonene:statickey
Closed
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
add getset names just in case
  • Loading branch information
@neonene
neonene authoredMay 3, 2024
commit5b63b304b71081e7f2d7a726ef4e53277faadb16
12 changes: 12 additions & 0 deletionsModules/_datetimemodule.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7206,22 +7206,29 @@ pretty bizarre, and a tzinfo subclass can override fromutc() if it is.
_Py_ID(combine)
_Py_ID(ctime)
_Py_ID(date)
_Py_ID(day)
_Py_ID(days)
_Py_ID(dst)
_Py_ID(fold)
_Py_ID(fromisocalendar)
_Py_ID(fromisoformat)
_Py_ID(fromordinal)
_Py_ID(fromtimestamp)
_Py_ID(fromutc)
_Py_ID(hour)
_Py_ID(isocalendar)
_Py_ID(isoformat)
_Py_ID(isoweekday)
_Py_ID(max)
_Py_ID(microsecond)
_Py_ID(microseconds)
_Py_ID(min)
_Py_ID(minute)
_Py_ID(month)
_Py_ID(now)
_Py_ID(replace)
_Py_ID(resolution)
_Py_ID(second)
_Py_ID(seconds)
_Py_ID(strftime)
_Py_ID(strptime)
Expand All@@ -7232,10 +7239,15 @@ pretty bizarre, and a tzinfo subclass can override fromutc() if it is.
_Py_ID(today)
_Py_ID(toordinal)
_Py_ID(total_seconds)
_Py_ID(tzinfo)
_Py_ID(tzname)
_Py_ID(utc)
_Py_ID(utcfromtimestamp)
_Py_ID(utcnow)
_Py_ID(utcoffset)
_Py_ID(utctimetuple)
_Py_ID(week)
_Py_ID(weekday)
_Py_ID(year)

*/

[8]ページ先頭

©2009-2025 Movatter.jp