Skip to content

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Nov 21, 2017

Py_Main() now handles two more -X options:

  • -X showrefcount: new _PyCoreConfig.show_ref_count field
  • -X showalloccount: new _PyCoreConfig.show_alloc_count field

https://bugs.python.org/issue32030

Py_Main() now handles two more -X options:

* -X showrefcount: new _PyCoreConfig.show_ref_count field
* -X showalloccount: new _PyCoreConfig.show_alloc_count field
Copy link
Contributor

@ncoghlan ncoghlan left a comment

Choose a reason for hiding this comment

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

Ah, I love reviewing these PRs that incrementally flesh out the PEP 432 config structs with actual content. So much better than trying to ensure I covered everything in a separately maintained all-or-nothing branch :)

@vstinner vstinner merged commit 25420fe into python:master Nov 21, 2017
@vstinner vstinner deleted the pymain2 branch November 21, 2017 02:12
@vstinner
Copy link
Member Author

@ncoghlan: You're welcome :-)

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