gh-128137: Update PyASCIIObject to handle interned field with the ato… · python/cpython@ae23a01 · GitHub
Skip to content

Commit ae23a01

Browse files
authored
gh-128137: Update PyASCIIObject to handle interned field with the atomic operation (gh-128196)
1 parent b60044b commit ae23a01

3 files changed

Lines changed: 18 additions & 10 deletions

File tree

Include/cpython/unicodeobject.h

Lines changed: 13 additions & 7 deletions
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update :c:type:`PyASCIIObject` layout to handle interned field with the
2+
atomic operation. Patch by Donghee Na.

Objects/unicodeobject.c

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)