Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
gh-123990: Good bye WITH_FREELISTS macro#124358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
colesbury left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
A few minor comments below, but otherwise LGTM
| @@ -0,0 +1 @@ | |||
| Remove ``WITH_FREELISTS`` macro and ``--with-freelists`` build configuration | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
It's the--without-freelists configuration that got removed, right?
(The--with-freelists configuration was the default)
| if (PyFloat_CheckExact(op)) { | ||
| _PyFloat_ExactDealloc(op); | ||
| } | ||
| else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think you can move the{ up to the same line as theelse now
ad7c778 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
WITH_FREELISTSmacro #123990