gh-102500: Implement PEP 688 (#102521)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
This commit is contained in:
Jelle Zijlstra 2023-05-04 07:59:46 -07:00 committed by GitHub
parent b17d32c114
commit 04f6733275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 640 additions and 15 deletions

View file

@ -121,6 +121,8 @@ IDENTIFIERS = [
'__xor__',
'__divmod__',
'__rdivmod__',
'__buffer__',
'__release_buffer__',
]
NON_GENERATED_IMMORTAL_OBJECTS = [