◐ Shell
clean mode source ↗

[3.7] bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) by miss-islington · Pull Request #13318 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

May 14, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

(cherry picked from commit f0be4bb)

Co-authored-by: Inada Naoki songofacandy@gmail.com

https://bugs.python.org/issue27987

(cherry picked from commit f0be4bb)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>

@vstinner

Copy link Copy Markdown

Member

@pitrou @methane: Python 3.7 must be fixed as well. Python must respect the x86-64 ABI.

@miss-islington

Copy link Copy Markdown

Contributor Author

@methane: Status check is done, and it's a success ✅ .

1 similar comment

@miss-islington

Copy link Copy Markdown

Contributor Author

@methane: Status check is done, and it's a success ✅ .

@gpshead gpshead left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

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

this change is already in 2.7 and 3.8. 3.7 needs it as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gpshead gpshead gpshead approved these changes

Assignees

No one assigned

Labels

type-feature

A feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@miss-islington @vstinner @gpshead @the-knights-who-say-ni @bedevere-bot @methane