Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 19, 2019

  • Rename _PyGC_Initialize() to _PyGC_InitializeRuntime()
  • Add _PyGC_Init(): initialize _PyRuntime.gc.garbage list
  • Call _PyGC_Init() before _PyTypes_Init()

https://bugs.python.org/issue38631

* Rename _PyGC_Initialize() to _PyGC_InitializeRuntime()
* Add _PyGC_Init(): initialize _PyRuntime.gc.garbage list
* Call _PyGC_Init() before _PyTypes_Init()
Copy link
Member

@pablogsal pablogsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me :)

@vstinner vstinner merged commit 444b39b into python:master Nov 20, 2019
@vstinner vstinner deleted the pygc_init branch November 20, 2019 00:18
@vstinner
Copy link
Member Author

This looks good to me :)

Thanks for the review.

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
…nGH-17266)

* Rename _PyGC_Initialize() to _PyGC_InitializeRuntime()
* Add _PyGC_Init(): initialize _PyRuntime.gc.garbage list
* Call _PyGC_Init() before _PyTypes_Init()
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
…nGH-17266)

* Rename _PyGC_Initialize() to _PyGC_InitializeRuntime()
* Add _PyGC_Init(): initialize _PyRuntime.gc.garbage list
* Call _PyGC_Init() before _PyTypes_Init()
oraluben pushed a commit to oraluben/cpython that referenced this pull request Mar 5, 2024
…nGH-17266)

* Rename _PyGC_Initialize() to _PyGC_InitializeRuntime()
* Add _PyGC_Init(): initialize _PyRuntime.gc.garbage list
* Call _PyGC_Init() before _PyTypes_Init()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants