[3.6] bpo-20064: Document PyObject_Malloc() (GH-4199) by miss-islington · Pull Request #4203 · 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

Copy link

Contributor

@miss-islington miss-islington commented

Oct 31, 2017

edited by bedevere-bot

Loading

Document the following functions:

  • PyObject_Malloc()
  • PyObject_Calloc()
  • PyObject_Realloc()
  • PyObject_Free()

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd)

https://bugs.python.org/issue20064

Document the following functions:

* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd)

@miss-islington

Copy link

Contributor Author

@Haypo: Backport status check is done, and it's a success ✅ .

@vstinner vstinner merged commit 8543ce8 into python:3.6

Oct 31, 2017

@miss-islington

Copy link

Contributor Author

Thanks, @Haypo!

@miss-islington miss-islington deleted the backport-ec2cbdd-3.6 branch

October 31, 2017 16:56

@vstinner

Copy link

Member

LGTM, good bot.

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

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

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