This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | python-dev |
|---|---|
| Recipients | benjamin.peterson, python-dev, serhiy.storchaka, skrah, vstinner |
| Date | 2015年02月16日.11:35:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20150216113449.60710.55230@psf.io> |
| In-reply-to |
| Content | |
|---|---|
New changeset d83884b3a427 by Serhiy Storchaka in branch '2.7': Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer https://hg.python.org/cpython/rev/d83884b3a427 New changeset 036a2aceae93 by Serhiy Storchaka in branch '3.4': Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer https://hg.python.org/cpython/rev/036a2aceae93 New changeset d12c7938c4b0 by Serhiy Storchaka in branch 'default': Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer https://hg.python.org/cpython/rev/d12c7938c4b0 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015年02月16日 11:35:27 | python-dev | set | recipients: + python-dev, vstinner, benjamin.peterson, skrah, serhiy.storchaka |
| 2015年02月16日 11:35:27 | python-dev | link | issue23446 messages |
| 2015年02月16日 11:35:27 | python-dev | create | |