gh-90868: Adjust the Generated Objects (gh-99223)

We do the following:

* move the generated _PyUnicode_InitStaticStrings() to its own file
* move the generated _PyStaticObjects_CheckRefcnt() to its own file
* include pycore_global_objects.h in extension modules instead of pycore_runtime_init.h

These changes help us avoid including things that aren't needed.

https://github.com/python/cpython/issues/90868
This commit is contained in:
Eric Snow 2022-11-08 10:03:03 -07:00 committed by GitHub
parent d45cc80452
commit 52f91c642b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 7193 additions and 7098 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff